Html Css Color HEX #CAF191 Reef

📋 copy color: '#CAF191'

red 202 ◦ green 241 ◦ blue 145

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

Shades of Reef #CAF191

Tints of Reef #CAF191

RGB

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

 GREEN value IS 241 (94.53% from 255) = 40.99%

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

R = 34.35%
G = 40.99%
B = 24.66%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.40

 K value IS 0.05

RGB Variations

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

Color information

#CAF191 (or 0xCAF191) is known color: Reef. HEX triplet: CA, F1 and 91. RGB value is (202,241,145). Sum of RGB (Red+Green+Blue) = 202+241+145=588 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.35% from 588); Green value is 241 (94.53% from 255 or 40.99% from 588); Blue value is 145 (57.03% from 255 or 24.66% from 588); Max value from RGB is 241 - color contains mainly: green. Hex color #CAF191 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAF191 is #350E6E. Grayscale: #DADADA. Windows color (decimal): -3477103 or 9564618. OLE color: 9564618.

HSL color Cylindrical-coordinate representation of color #CAF191: hue angle of 84.38º degrees, saturation: 0.77, 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 #CAF191 is Cyan = 0.16, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.05.

Color convert

RGB 202 241 145 -
CMYK 0.16 0 0.40 0.05
HSL 84.38º 0.77% 0.76% -
HSV(B) 84.38º 0.4% 0.95% -
XYZ 60.92 77.51 38.54 -
YUV 218.4 86.58 116.31 -
System Red Green Blue C M Y K H S L
Decimal 202 241 145 0.16 0 0.40 0.05 84.38 0.77 0.76
Hex CA F1 91 10 0 28 5 54 4D 4C
Octal 312 361 221 20 0 50 5 124 115 114
Binary 11001010 11110001 10010001 10000 0 101000 101 1010100 1001101 1001100

Color Harmonies of #CAF191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAF191

Black with #CAF191

Text Example


Text Example

White with #CAF191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAF191; }

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

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

background-color css

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

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

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

border-color css

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

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

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