Html Css Color HEX #CAE895 Reef

📋 copy color: '#CAE895'

red 202 ◦ green 232 ◦ blue 149

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

Shades of Reef #CAE895

Tints of Reef #CAE895

RGB

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

 GREEN value IS 232 (91.02% from 255) = 39.79%

 BLUE value IS 149 (58.59% from 255) = 25.56%

R = 34.65%
G = 39.79%
B = 25.56%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.36

 K value IS 0.09

RGB Variations

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

Color information

#CAE895 (or 0xCAE895) is known color: Reef. HEX triplet: CA, E8 and 95. RGB value is (202,232,149). Sum of RGB (Red+Green+Blue) = 202+232+149=583 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.65% from 583); Green value is 232 (91.02% from 255 or 39.79% from 583); Blue value is 149 (58.59% from 255 or 25.56% from 583); Max value from RGB is 232 - color contains mainly: green. Hex color #CAE895 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAE895 is #35176A. Grayscale: #D5D5D5. Windows color (decimal): -3479403 or 9824458. OLE color: 9824458.

HSL color Cylindrical-coordinate representation of color #CAE895: hue angle of 81.69º degrees, saturation: 0.64, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CAE895 is Cyan = 0.13, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.09.

Color convert

RGB 202 232 149 -
CMYK 0.13 0 0.36 0.09
HSL 81.69º 0.64% 0.75% -
HSV(B) 81.69º 0.36% 0.91% -
XYZ 58.64 72.44 39.33 -
YUV 213.57 91.56 119.75 -
System Red Green Blue C M Y K H S L
Decimal 202 232 149 0.13 0 0.36 0.09 81.69 0.64 0.75
Hex CA E8 95 D 0 24 9 52 40 4B
Octal 312 350 225 15 0 44 11 122 100 113
Binary 11001010 11101000 10010101 1101 0 100100 1001 1010010 1000000 1001011

Color Harmonies of #CAE895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAE895

Black with #CAE895

Text Example


Text Example

White with #CAE895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAE895; }

 p { color: rgb(202,232,149); }

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

background-color css

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

 a { background-color: rgb(202,232,149); }

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

border-color css

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

 span { border-color: rgb(202,232,149); }

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