Html Css Color HEX #CEF19D Reef

📋 copy color: '#CEF19D'

red 206 ◦ green 241 ◦ blue 157

#CEF19D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Reef #CEF19D

Tints of Reef #CEF19D

RGB

 RED value IS 206 (80.86% from 255) = 34.11%

 GREEN value IS 241 (94.53% from 255) = 39.9%

 BLUE value IS 157 (61.72% from 255) = 25.99%

R = 34.11%
G = 39.9%
B = 25.99%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.35

 K value IS 0.05

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CEF19D (or 0xCEF19D) is known color: Reef. HEX triplet: CE, F1 and 9D. RGB value is (206,241,157). Sum of RGB (Red+Green+Blue) = 206+241+157=604 (80% of max value = 765). Red value is 206 (80.86% from 255 or 34.11% from 604); Green value is 241 (94.53% from 255 or 39.90% from 604); Blue value is 157 (61.72% from 255 or 25.99% from 604); Max value from RGB is 241 - color contains mainly: green. Hex color #CEF19D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEF19D is #310E62. Grayscale: #DDDDDD. Windows color (decimal): -3214947 or 10351054. OLE color: 10351054.

HSL color Cylindrical-coordinate representation of color #CEF19D: hue angle of 85º degrees, saturation: 0.75, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CEF19D is Cyan = 0.15, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.05.

Color convert

RGB 206 241 157 -
CMYK 0.15 0 0.35 0.05
HSL 85º 0.75% 0.78% -
HSV(B) 85º 0.35% 0.95% -
XYZ 62.99 78.47 43.72 -
YUV 220.96 91.9 117.33 -
System Red Green Blue C M Y K H S L
Decimal 206 241 157 0.15 0 0.35 0.05 85 0.75 0.78
Hex CE F1 9D F 0 23 5 55 4B 4E
Octal 316 361 235 17 0 43 5 125 113 116
Binary 11001110 11110001 10011101 1111 0 100011 101 1010101 1001011 1001110

Color Harmonies of #CEF19D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEF19D

Black with #CEF19D

Text Example


Text Example

White with #CEF19D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEF19D; }

 p { color: rgb(206,241,157); }

 H1.HeaderClassName
 {
   color: #CEF19D;
 }
 .AnyTagClassName
 {
   color: #CEF19D;
 }
</style>

background-color css

<style>
 a { background-color: #CEF19D; }

 a { background-color: rgb(206,241,157); }

 div.DivClassName
 {
   background-color: #CEF19D;
 }
 .BgClassName
 {
   background-color: #CEF19D;
 }
</style>

border-color css

<style>
 span { border-color: #CEF19D; }

 span { border-color: rgb(206,241,157); }

 td.TdClassName
 {
   border-color: #CEF19D;
 }
 .TagClassName
 {
   border-color: #CEF19D;
 }
</style>