Html Css Color HEX #CAF091 Reef

📋 copy color: '#CAF091'

red 202 ◦ green 240 ◦ blue 145

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

Shades of Reef #CAF091

Tints of Reef #CAF091

RGB

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

 GREEN value IS 240 (94.14% from 255) = 40.89%

 BLUE value IS 145 (57.03% from 255) = 24.7%

R = 34.41%
G = 40.89%
B = 24.7%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.40

 K value IS 0.06

RGB Variations

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

Color information

#CAF091 (or 0xCAF091) is known color: Reef. HEX triplet: CA, F0 and 91. RGB value is (202,240,145). Sum of RGB (Red+Green+Blue) = 202+240+145=587 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.41% from 587); Green value is 240 (94.14% from 255 or 40.89% from 587); Blue value is 145 (57.03% from 255 or 24.70% from 587); Max value from RGB is 240 - color contains mainly: green. Hex color #CAF091 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAF091 is #350F6E. Grayscale: #DADADA. Windows color (decimal): -3477359 or 9564362. OLE color: 9564362.

HSL color Cylindrical-coordinate representation of color #CAF091: hue angle of 84º degrees, saturation: 0.76, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CAF091 is Cyan = 0.16, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.06.

Color convert

RGB 202 240 145 -
CMYK 0.16 0 0.40 0.06
HSL 84º 0.76% 0.75% -
HSV(B) 84º 0.4% 0.94% -
XYZ 60.63 76.92 38.44 -
YUV 217.81 86.91 116.72 -
System Red Green Blue C M Y K H S L
Decimal 202 240 145 0.16 0 0.40 0.06 84 0.76 0.75
Hex CA F0 91 10 0 28 6 54 4C 4B
Octal 312 360 221 20 0 50 6 124 114 113
Binary 11001010 11110000 10010001 10000 0 101000 110 1010100 1001100 1001011

Color Harmonies of #CAF091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAF091

Black with #CAF091

Text Example


Text Example

White with #CAF091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAF091; }

 p { color: rgb(202,240,145); }

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

background-color css

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

 a { background-color: rgb(202,240,145); }

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

border-color css

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

 span { border-color: rgb(202,240,145); }

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