Html Css Color HEX #CEF29E Reef

📋 copy color: '#CEF29E'

red 206 ◦ green 242 ◦ blue 158

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

Shades of Reef #CEF29E

Tints of Reef #CEF29E

RGB

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

 GREEN value IS 242 (94.92% from 255) = 39.93%

 BLUE value IS 158 (62.11% from 255) = 26.07%

R = 33.99%
G = 39.93%
B = 26.07%

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

#CEF29E (or 0xCEF29E) is known color: Reef. HEX triplet: CE, F2 and 9E. RGB value is (206,242,158). Sum of RGB (Red+Green+Blue) = 206+242+158=606 (80% of max value = 765). Red value is 206 (80.86% from 255 or 33.99% from 606); Green value is 242 (94.92% from 255 or 39.93% from 606); Blue value is 158 (62.11% from 255 or 26.07% from 606); Max value from RGB is 242 - color contains mainly: green. Hex color #CEF29E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEF29E is #310D61. Grayscale: #DDDDDD. Windows color (decimal): -3214690 or 10416846. OLE color: 10416846.

HSL color Cylindrical-coordinate representation of color #CEF29E: hue angle of 85.71º degrees, saturation: 0.76, 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 #CEF29E is Cyan = 0.15, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.05.

Color convert

RGB 206 242 158 -
CMYK 0.15 0 0.35 0.05
HSL 85.71º 0.76% 0.78% -
HSV(B) 85.71º 0.35% 0.95% -
XYZ 63.38 79.09 44.27 -
YUV 221.66 92.07 116.83 -
System Red Green Blue C M Y K H S L
Decimal 206 242 158 0.15 0 0.35 0.05 85.71 0.76 0.78
Hex CE F2 9E F 0 23 5 56 4C 4E
Octal 316 362 236 17 0 43 5 126 114 116
Binary 11001110 11110010 10011110 1111 0 100011 101 1010110 1001100 1001110

Color Harmonies of #CEF29E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEF29E

Black with #CEF29E

Text Example


Text Example

White with #CEF29E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEF29E; }

 p { color: rgb(206,242,158); }

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

background-color css

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

 a { background-color: rgb(206,242,158); }

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

border-color css

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

 span { border-color: rgb(206,242,158); }

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