Html Css Color HEX #CAE992 Reef

📋 copy color: '#CAE992'

red 202 ◦ green 233 ◦ blue 146

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

Shades of Reef #CAE992

Tints of Reef #CAE992

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 25.13%

R = 34.77%
G = 40.1%
B = 25.13%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.37

 K value IS 0.09

RGB Variations

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

Color information

#CAE992 (or 0xCAE992) is known color: Reef. HEX triplet: CA, E9 and 92. RGB value is (202,233,146). Sum of RGB (Red+Green+Blue) = 202+233+146=581 (76% of max value = 765). Red value is 202 (79.30% from 255 or 34.77% from 581); Green value is 233 (91.41% from 255 or 40.10% from 581); Blue value is 146 (57.42% from 255 or 25.13% from 581); Max value from RGB is 233 - color contains mainly: green. Hex color #CAE992 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAE992 is #35166D. Grayscale: #D6D6D6. Windows color (decimal): -3479150 or 9628106. OLE color: 9628106.

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

Color convert

RGB 202 233 146 -
CMYK 0.13 0 0.37 0.09
HSL 81.38º 0.66% 0.74% -
HSV(B) 81.38º 0.37% 0.91% -
XYZ 58.68 72.91 38.17 -
YUV 213.81 89.73 119.57 -
System Red Green Blue C M Y K H S L
Decimal 202 233 146 0.13 0 0.37 0.09 81.38 0.66 0.74
Hex CA E9 92 D 0 25 9 51 42 4A
Octal 312 351 222 15 0 45 11 121 102 112
Binary 11001010 11101001 10010010 1101 0 100101 1001 1010001 1000010 1001010

Color Harmonies of #CAE992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAE992

Black with #CAE992

Text Example


Text Example

White with #CAE992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAE992; }

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

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

background-color css

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

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

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

border-color css

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

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

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