Html Css Color HEX #CAE397 Reef

📋 copy color: '#CAE397'

red 202 ◦ green 227 ◦ blue 151

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

Shades of Reef #CAE397

Tints of Reef #CAE397

RGB

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

 GREEN value IS 227 (89.06% from 255) = 39.14%

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

R = 34.83%
G = 39.14%
B = 26.03%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.33

 K value IS 0.11

RGB Variations

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

Color information

#CAE397 (or 0xCAE397) is known color: Reef. HEX triplet: CA, E3 and 97. RGB value is (202,227,151). Sum of RGB (Red+Green+Blue) = 202+227+151=580 (76% of max value = 765). Red value is 202 (79.30% from 255 or 34.83% from 580); Green value is 227 (89.06% from 255 or 39.14% from 580); Blue value is 151 (59.38% from 255 or 26.03% from 580); Max value from RGB is 227 - color contains mainly: green. Hex color #CAE397 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAE397 is #351C68. Grayscale: #D3D3D3. Windows color (decimal): -3480681 or 9954250. OLE color: 9954250.

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

Color convert

RGB 202 227 151 -
CMYK 0.11 0 0.33 0.11
HSL 79.74º 0.58% 0.74% -
HSV(B) 79.74º 0.33% 0.89% -
XYZ 57.41 69.73 39.71 -
YUV 210.86 94.22 121.68 -
System Red Green Blue C M Y K H S L
Decimal 202 227 151 0.11 0 0.33 0.11 79.74 0.58 0.74
Hex CA E3 97 B 0 21 B 50 3A 4A
Octal 312 343 227 13 0 41 13 120 72 112
Binary 11001010 11100011 10010111 1011 0 100001 1011 1010000 111010 1001010

Color Harmonies of #CAE397

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAE397

Black with #CAE397

Text Example


Text Example

White with #CAE397

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAE397; }

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

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

background-color css

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

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

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

border-color css

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

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

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