Html Css Color HEX #CEE095 Reef

📋 copy color: '#CEE095'

red 206 ◦ green 224 ◦ blue 149

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

Shades of Reef #CEE095

Tints of Reef #CEE095

RGB

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

 GREEN value IS 224 (87.89% from 255) = 38.69%

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

R = 35.58%
G = 38.69%
B = 25.73%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.33

 K value IS 0.12

RGB Variations

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

Color information

#CEE095 (or 0xCEE095) is known color: Reef. HEX triplet: CE, E0 and 95. RGB value is (206,224,149). Sum of RGB (Red+Green+Blue) = 206+224+149=579 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.58% from 579); Green value is 224 (87.89% from 255 or 38.69% from 579); Blue value is 149 (58.59% from 255 or 25.73% from 579); Max value from RGB is 224 - color contains mainly: green. Hex color #CEE095 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEE095 is #311F6A. Grayscale: #D2D2D2. Windows color (decimal): -3219307 or 9822414. OLE color: 9822414.

HSL color Cylindrical-coordinate representation of color #CEE095: hue angle of 74.4º degrees, saturation: 0.55, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CEE095 is Cyan = 0.08, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.12.

Color convert

RGB 206 224 149 -
CMYK 0.08 0 0.33 0.12
HSL 74.4º 0.55% 0.73% -
HSV(B) 74.4º 0.33% 0.88% -
XYZ 57.53 68.6 38.64 -
YUV 210.07 93.54 125.1 -
System Red Green Blue C M Y K H S L
Decimal 206 224 149 0.08 0 0.33 0.12 74.4 0.55 0.73
Hex CE E0 95 8 0 21 C 4A 37 49
Octal 316 340 225 10 0 41 14 112 67 111
Binary 11001110 11100000 10010101 1000 0 100001 1100 1001010 110111 1001001

Color Harmonies of #CEE095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEE095

Black with #CEE095

Text Example


Text Example

White with #CEE095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEE095; }

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

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

background-color css

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

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

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

border-color css

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

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

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