Html Css Color HEX #CEF29D Reef

📋 copy color: '#CEF29D'

red 206 ◦ green 242 ◦ blue 157

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

Shades of Reef #CEF29D

Tints of Reef #CEF29D

RGB

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

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

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

R = 34.05%
G = 40%
B = 25.95%

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

#CEF29D (or 0xCEF29D) is known color: Reef. HEX triplet: CE, F2 and 9D. RGB value is (206,242,157). Sum of RGB (Red+Green+Blue) = 206+242+157=605 (80% of max value = 765). Red value is 206 (80.86% from 255 or 34.05% from 605); Green value is 242 (94.92% from 255 or 40% from 605); Blue value is 157 (61.72% from 255 or 25.95% from 605); Max value from RGB is 242 - color contains mainly: green. Hex color #CEF29D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEF29D is #310D62. Grayscale: #DDDDDD. Windows color (decimal): -3214691 or 10351310. OLE color: 10351310.

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

Color convert

RGB 206 242 157 -
CMYK 0.15 0 0.35 0.05
HSL 85.41º 0.77% 0.78% -
HSV(B) 85.41º 0.35% 0.95% -
XYZ 63.29 79.06 43.82 -
YUV 221.55 91.57 116.91 -
System Red Green Blue C M Y K H S L
Decimal 206 242 157 0.15 0 0.35 0.05 85.41 0.77 0.78
Hex CE F2 9D F 0 23 5 55 4D 4E
Octal 316 362 235 17 0 43 5 125 115 116
Binary 11001110 11110010 10011101 1111 0 100011 101 1010101 1001101 1001110

Color Harmonies of #CEF29D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEF29D

Black with #CEF29D

Text Example


Text Example

White with #CEF29D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEF29D; }

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

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

background-color css

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

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

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

border-color css

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

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

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