Html Css Color HEX #CAE096 Reef

📋 copy color: '#CAE096'

red 202 ◦ green 224 ◦ blue 150

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

Shades of Reef #CAE096

Tints of Reef #CAE096

RGB

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

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

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

R = 35.07%
G = 38.89%
B = 26.04%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.33

 K value IS 0.12

RGB Variations

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

Color information

#CAE096 (or 0xCAE096) is known color: Reef. HEX triplet: CA, E0 and 96. RGB value is (202,224,150). Sum of RGB (Red+Green+Blue) = 202+224+150=576 (76% of max value = 765). Red value is 202 (79.30% from 255 or 35.07% from 576); Green value is 224 (87.89% from 255 or 38.89% from 576); Blue value is 150 (58.98% from 255 or 26.04% from 576); Max value from RGB is 224 - color contains mainly: green. Hex color #CAE096 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAE096 is #351F69. Grayscale: #D1D1D1. Windows color (decimal): -3481450 or 9887946. OLE color: 9887946.

HSL color Cylindrical-coordinate representation of color #CAE096: hue angle of 77.84º degrees, saturation: 0.54, 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 #CAE096 is Cyan = 0.10, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.12.

Color convert

RGB 202 224 150 -
CMYK 0.10 0 0.33 0.12
HSL 77.84º 0.54% 0.73% -
HSV(B) 77.84º 0.33% 0.88% -
XYZ 56.52 68.07 39.01 -
YUV 208.99 94.71 123.02 -
System Red Green Blue C M Y K H S L
Decimal 202 224 150 0.10 0 0.33 0.12 77.84 0.54 0.73
Hex CA E0 96 A 0 21 C 4E 36 49
Octal 312 340 226 12 0 41 14 116 66 111
Binary 11001010 11100000 10010110 1010 0 100001 1100 1001110 110110 1001001

Color Harmonies of #CAE096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAE096

Black with #CAE096

Text Example


Text Example

White with #CAE096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAE096; }

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

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

background-color css

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

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

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

border-color css

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

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

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