Html Css Color HEX #CEF29B Reef

📋 copy color: '#CEF29B'

red 206 ◦ green 242 ◦ blue 155

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

Shades of Reef #CEF29B

Tints of Reef #CEF29B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 25.7%

R = 34.16%
G = 40.13%
B = 25.7%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.36

 K value IS 0.05

RGB Variations

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

Color information

#CEF29B (or 0xCEF29B) is known color: Reef. HEX triplet: CE, F2 and 9B. RGB value is (206,242,155). Sum of RGB (Red+Green+Blue) = 206+242+155=603 (79% of max value = 765). Red value is 206 (80.86% from 255 or 34.16% from 603); Green value is 242 (94.92% from 255 or 40.13% from 603); Blue value is 155 (60.94% from 255 or 25.70% from 603); Max value from RGB is 242 - color contains mainly: green. Hex color #CEF29B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEF29B is #310D64. Grayscale: #DDDDDD. Windows color (decimal): -3214693 or 10220238. OLE color: 10220238.

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

Color convert

RGB 206 242 155 -
CMYK 0.15 0 0.36 0.05
HSL 84.83º 0.77% 0.78% -
HSV(B) 84.83º 0.36% 0.95% -
XYZ 63.12 78.99 42.93 -
YUV 221.32 90.57 117.07 -
System Red Green Blue C M Y K H S L
Decimal 206 242 155 0.15 0 0.36 0.05 84.83 0.77 0.78
Hex CE F2 9B F 0 24 5 55 4D 4E
Octal 316 362 233 17 0 44 5 125 115 116
Binary 11001110 11110010 10011011 1111 0 100100 101 1010101 1001101 1001110

Color Harmonies of #CEF29B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEF29B

Black with #CEF29B

Text Example


Text Example

White with #CEF29B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEF29B; }

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

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

background-color css

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

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

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

border-color css

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

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

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