Html Css Color HEX #CEE995 Reef

📋 copy color: '#CEE995'

red 206 ◦ green 233 ◦ blue 149

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

Shades of Reef #CEE995

Tints of Reef #CEE995

RGB

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

 GREEN value IS 233 (91.41% from 255) = 39.63%

 BLUE value IS 149 (58.59% from 255) = 25.34%

R = 35.03%
G = 39.63%
B = 25.34%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.36

 K value IS 0.09

RGB Variations

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

Color information

#CEE995 (or 0xCEE995) is known color: Reef. HEX triplet: CE, E9 and 95. RGB value is (206,233,149). Sum of RGB (Red+Green+Blue) = 206+233+149=588 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.03% from 588); Green value is 233 (91.41% from 255 or 39.63% from 588); Blue value is 149 (58.59% from 255 or 25.34% from 588); Max value from RGB is 233 - color contains mainly: green. Hex color #CEE995 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEE995 is #31166A. Grayscale: #D7D7D7. Windows color (decimal): -3217003 or 9824718. OLE color: 9824718.

HSL color Cylindrical-coordinate representation of color #CEE995: hue angle of 79.29º degrees, saturation: 0.66, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CEE995 is Cyan = 0.12, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.09.

Color convert

RGB 206 233 149 -
CMYK 0.12 0 0.36 0.09
HSL 79.29º 0.66% 0.75% -
HSV(B) 79.29º 0.36% 0.91% -
XYZ 60.02 73.57 39.47 -
YUV 215.35 90.55 121.33 -
System Red Green Blue C M Y K H S L
Decimal 206 233 149 0.12 0 0.36 0.09 79.29 0.66 0.75
Hex CE E9 95 C 0 24 9 4F 42 4B
Octal 316 351 225 14 0 44 11 117 102 113
Binary 11001110 11101001 10010101 1100 0 100100 1001 1001111 1000010 1001011

Color Harmonies of #CEE995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEE995

Black with #CEE995

Text Example


Text Example

White with #CEE995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEE995; }

 p { color: rgb(206,233,149); }

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

background-color css

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

 a { background-color: rgb(206,233,149); }

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

border-color css

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

 span { border-color: rgb(206,233,149); }

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