Html Css Color HEX #CEE296 Reef

📋 copy color: '#CEE296'

red 206 ◦ green 226 ◦ blue 150

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

Shades of Reef #CEE296

Tints of Reef #CEE296

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 25.77%

R = 35.4%
G = 38.83%
B = 25.77%

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

#CEE296 (or 0xCEE296) is known color: Reef. HEX triplet: CE, E2 and 96. RGB value is (206,226,150). Sum of RGB (Red+Green+Blue) = 206+226+150=582 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.40% from 582); Green value is 226 (88.67% from 255 or 38.83% from 582); Blue value is 150 (58.98% from 255 or 25.77% from 582); Max value from RGB is 226 - color contains mainly: green. Hex color #CEE296 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEE296 is #311D69. Grayscale: #D3D3D3. Windows color (decimal): -3218794 or 9888462. OLE color: 9888462.

HSL color Cylindrical-coordinate representation of color #CEE296: hue angle of 75.79º 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 #CEE296 is Cyan = 0.09, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.11.

Color convert

RGB 206 226 150 -
CMYK 0.09 0 0.34 0.11
HSL 75.79º 0.57% 0.74% -
HSV(B) 75.79º 0.34% 0.89% -
XYZ 58.15 69.72 39.25 -
YUV 211.36 93.37 124.18 -
System Red Green Blue C M Y K H S L
Decimal 206 226 150 0.09 0 0.34 0.11 75.79 0.57 0.74
Hex CE E2 96 9 0 22 B 4C 39 4A
Octal 316 342 226 11 0 42 13 114 71 112
Binary 11001110 11100010 10010110 1001 0 100010 1011 1001100 111001 1001010

Color Harmonies of #CEE296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEE296

Black with #CEE296

Text Example


Text Example

White with #CEE296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEE296; }

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

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

background-color css

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

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

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

border-color css

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

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

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