Html Css Color HEX #CAE496 Reef

📋 copy color: '#CAE496'

red 202 ◦ green 228 ◦ blue 150

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

Shades of Reef #CAE496

Tints of Reef #CAE496

RGB

 RED value IS 202 (79.3% from 255) = 34.83%

 GREEN value IS 228 (89.45% from 255) = 39.31%

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

R = 34.83%
G = 39.31%
B = 25.86%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.34

 K value IS 0.11

RGB Variations

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

Color information

#CAE496 (or 0xCAE496) is known color: Reef. HEX triplet: CA, E4 and 96. RGB value is (202,228,150). Sum of RGB (Red+Green+Blue) = 202+228+150=580 (76% of max value = 765). Red value is 202 (79.30% from 255 or 34.83% from 580); Green value is 228 (89.45% from 255 or 39.31% from 580); Blue value is 150 (58.98% from 255 or 25.86% from 580); Max value from RGB is 228 - color contains mainly: green. Hex color #CAE496 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAE496 is #351B69. Grayscale: #D3D3D3. Windows color (decimal): -3480426 or 9888970. OLE color: 9888970.

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

Color convert

RGB 202 228 150 -
CMYK 0.11 0 0.34 0.11
HSL 80º 0.59% 0.74% -
HSV(B) 80º 0.34% 0.89% -
XYZ 57.61 70.25 39.38 -
YUV 211.33 93.39 121.34 -
System Red Green Blue C M Y K H S L
Decimal 202 228 150 0.11 0 0.34 0.11 80 0.59 0.74
Hex CA E4 96 B 0 22 B 50 3B 4A
Octal 312 344 226 13 0 42 13 120 73 112
Binary 11001010 11100100 10010110 1011 0 100010 1011 1010000 111011 1001010

Color Harmonies of #CAE496

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAE496

Black with #CAE496

Text Example


Text Example

White with #CAE496

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAE496; }

 p { color: rgb(202,228,150); }

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

background-color css

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

 a { background-color: rgb(202,228,150); }

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

border-color css

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

 span { border-color: rgb(202,228,150); }

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