Html Css Color HEX #CAE097 Reef

📋 copy color: '#CAE097'

red 202 ◦ green 224 ◦ blue 151

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

Shades of Reef #CAE097

Tints of Reef #CAE097

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 26.17%

R = 35.01%
G = 38.82%
B = 26.17%

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

#CAE097 (or 0xCAE097) is known color: Reef. HEX triplet: CA, E0 and 97. RGB value is (202,224,151). Sum of RGB (Red+Green+Blue) = 202+224+151=577 (76% of max value = 765). Red value is 202 (79.30% from 255 or 35.01% from 577); Green value is 224 (87.89% from 255 or 38.82% from 577); Blue value is 151 (59.38% from 255 or 26.17% from 577); Max value from RGB is 224 - color contains mainly: green. Hex color #CAE097 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAE097 is #351F68. Grayscale: #D1D1D1. Windows color (decimal): -3481449 or 9953482. OLE color: 9953482.

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

Color convert

RGB 202 224 151 -
CMYK 0.10 0 0.33 0.12
HSL 78.08º 0.54% 0.74% -
HSV(B) 78.08º 0.33% 0.88% -
XYZ 56.6 68.1 39.44 -
YUV 209.1 95.21 122.94 -
System Red Green Blue C M Y K H S L
Decimal 202 224 151 0.10 0 0.33 0.12 78.08 0.54 0.74
Hex CA E0 97 A 0 21 C 4E 36 4A
Octal 312 340 227 12 0 41 14 116 66 112
Binary 11001010 11100000 10010111 1010 0 100001 1100 1001110 110110 1001010

Color Harmonies of #CAE097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAE097

Black with #CAE097

Text Example


Text Example

White with #CAE097

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAE097; }

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

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

background-color css

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

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

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

border-color css

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

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

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