Html Css Color HEX #CEE295 Reef

📋 copy color: '#CEE295'

red 206 ◦ green 226 ◦ blue 149

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

Shades of Reef #CEE295

Tints of Reef #CEE295

RGB

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

 GREEN value IS 226 (88.67% from 255) = 38.9%

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

R = 35.46%
G = 38.9%
B = 25.65%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.34

 K value IS 0.11

RGB Variations

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

Color information

#CEE295 (or 0xCEE295) is known color: Reef. HEX triplet: CE, E2 and 95. RGB value is (206,226,149). Sum of RGB (Red+Green+Blue) = 206+226+149=581 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.46% from 581); Green value is 226 (88.67% from 255 or 38.90% from 581); Blue value is 149 (58.59% from 255 or 25.65% from 581); Max value from RGB is 226 - color contains mainly: green. Hex color #CEE295 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEE295 is #311D6A. Grayscale: #D3D3D3. Windows color (decimal): -3218795 or 9822926. OLE color: 9822926.

HSL color Cylindrical-coordinate representation of color #CEE295: hue angle of 75.58º degrees, saturation: 0.57, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CEE295 is Cyan = 0.09, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.11.

Color convert

RGB 206 226 149 -
CMYK 0.09 0 0.34 0.11
HSL 75.58º 0.57% 0.74% -
HSV(B) 75.58º 0.34% 0.89% -
XYZ 58.07 69.68 38.82 -
YUV 211.24 92.87 124.26 -
System Red Green Blue C M Y K H S L
Decimal 206 226 149 0.09 0 0.34 0.11 75.58 0.57 0.74
Hex CE E2 95 9 0 22 B 4C 39 4A
Octal 316 342 225 11 0 42 13 114 71 112
Binary 11001110 11100010 10010101 1001 0 100010 1011 1001100 111001 1001010

Color Harmonies of #CEE295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEE295

Black with #CEE295

Text Example


Text Example

White with #CEE295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEE295; }

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

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

background-color css

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

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

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

border-color css

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

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

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