Html Css Color HEX #CAF292 Reef

📋 copy color: '#CAF292'

red 202 ◦ green 242 ◦ blue 146

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

Shades of Reef #CAF292

Tints of Reef #CAF292

RGB

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

 GREEN value IS 242 (94.92% from 255) = 41.02%

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

R = 34.24%
G = 41.02%
B = 24.75%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.40

 K value IS 0.05

RGB Variations

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

Color information

#CAF292 (or 0xCAF292) is known color: Reef. HEX triplet: CA, F2 and 92. RGB value is (202,242,146). Sum of RGB (Red+Green+Blue) = 202+242+146=590 (78% of max value = 765). Red value is 202 (79.30% from 255 or 34.24% from 590); Green value is 242 (94.92% from 255 or 41.02% from 590); Blue value is 146 (57.42% from 255 or 24.75% from 590); Max value from RGB is 242 - color contains mainly: green. Hex color #CAF292 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAF292 is #350D6D. Grayscale: #DBDBDB. Windows color (decimal): -3476846 or 9630410. OLE color: 9630410.

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

Color convert

RGB 202 242 146 -
CMYK 0.17 0 0.40 0.05
HSL 85º 0.79% 0.76% -
HSV(B) 85º 0.4% 0.95% -
XYZ 61.3 78.14 39.05 -
YUV 219.1 86.75 115.81 -
System Red Green Blue C M Y K H S L
Decimal 202 242 146 0.17 0 0.40 0.05 85 0.79 0.76
Hex CA F2 92 11 0 28 5 55 4F 4C
Octal 312 362 222 21 0 50 5 125 117 114
Binary 11001010 11110010 10010010 10001 0 101000 101 1010101 1001111 1001100

Color Harmonies of #CAF292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAF292

Black with #CAF292

Text Example


Text Example

White with #CAF292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAF292; }

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

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

background-color css

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

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

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

border-color css

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

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

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