Html Css Color HEX #CAE995 Reef

📋 copy color: '#CAE995'

red 202 ◦ green 233 ◦ blue 149

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

Shades of Reef #CAE995

Tints of Reef #CAE995

RGB

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

 GREEN value IS 233 (91.41% from 255) = 39.9%

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

R = 34.59%
G = 39.9%
B = 25.51%

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

#CAE995 (or 0xCAE995) is known color: Reef. HEX triplet: CA, E9 and 95. RGB value is (202,233,149). Sum of RGB (Red+Green+Blue) = 202+233+149=584 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.59% from 584); Green value is 233 (91.41% from 255 or 39.90% from 584); Blue value is 149 (58.59% from 255 or 25.51% from 584); Max value from RGB is 233 - color contains mainly: green. Hex color #CAE995 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAE995 is #35166A. Grayscale: #D6D6D6. Windows color (decimal): -3479147 or 9824714. OLE color: 9824714.

HSL color Cylindrical-coordinate representation of color #CAE995: hue angle of 82.14º degrees, saturation: 0.66, 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 #CAE995 is Cyan = 0.13, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.09.

Color convert

RGB 202 233 149 -
CMYK 0.13 0 0.36 0.09
HSL 82.14º 0.66% 0.75% -
HSV(B) 82.14º 0.36% 0.91% -
XYZ 58.92 73 39.42 -
YUV 214.16 91.23 119.33 -
System Red Green Blue C M Y K H S L
Decimal 202 233 149 0.13 0 0.36 0.09 82.14 0.66 0.75
Hex CA E9 95 D 0 24 9 52 42 4B
Octal 312 351 225 15 0 44 11 122 102 113
Binary 11001010 11101001 10010101 1101 0 100100 1001 1010010 1000010 1001011

Color Harmonies of #CAE995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAE995

Black with #CAE995

Text Example


Text Example

White with #CAE995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAE995; }

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

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

background-color css

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

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

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

border-color css

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

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

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