Html Css Color HEX #CAF492 Reef

📋 copy color: '#CAF492'

red 202 ◦ green 244 ◦ blue 146

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

Shades of Reef #CAF492

Tints of Reef #CAF492

RGB

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

 GREEN value IS 244 (95.7% from 255) = 41.22%

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

R = 34.12%
G = 41.22%
B = 24.66%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.40

 K value IS 0.04

RGB Variations

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

Color information

#CAF492 (or 0xCAF492) is known color: Reef. HEX triplet: CA, F4 and 92. RGB value is (202,244,146). Sum of RGB (Red+Green+Blue) = 202+244+146=592 (78% of max value = 765). Red value is 202 (79.30% from 255 or 34.12% from 592); Green value is 244 (95.70% from 255 or 41.22% from 592); Blue value is 146 (57.42% from 255 or 24.66% from 592); Max value from RGB is 244 - color contains mainly: green. Hex color #CAF492 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAF492 is #350B6D. Grayscale: #DCDCDC. Windows color (decimal): -3476334 or 9630922. OLE color: 9630922.

HSL color Cylindrical-coordinate representation of color #CAF492: hue angle of 85.71º degrees, saturation: 0.82, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CAF492 is Cyan = 0.17, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.04.

Color convert

RGB 202 244 146 -
CMYK 0.17 0 0.40 0.04
HSL 85.71º 0.82% 0.76% -
HSV(B) 85.71º 0.4% 0.96% -
XYZ 61.9 79.33 39.24 -
YUV 220.27 86.09 114.97 -
System Red Green Blue C M Y K H S L
Decimal 202 244 146 0.17 0 0.40 0.04 85.71 0.82 0.76
Hex CA F4 92 11 0 28 4 56 52 4C
Octal 312 364 222 21 0 50 4 126 122 114
Binary 11001010 11110100 10010010 10001 0 101000 100 1010110 1010010 1001100

Color Harmonies of #CAF492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAF492

Black with #CAF492

Text Example


Text Example

White with #CAF492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAF492; }

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

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

background-color css

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

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

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

border-color css

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

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

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