Html Css Color HEX #CAF195 Reef

📋 copy color: '#CAF195'

red 202 ◦ green 241 ◦ blue 149

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

Shades of Reef #CAF195

Tints of Reef #CAF195

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 25.17%

R = 34.12%
G = 40.71%
B = 25.17%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.38

 K value IS 0.05

RGB Variations

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

Color information

#CAF195 (or 0xCAF195) is known color: Reef. HEX triplet: CA, F1 and 95. RGB value is (202,241,149). Sum of RGB (Red+Green+Blue) = 202+241+149=592 (78% of max value = 765). Red value is 202 (79.30% from 255 or 34.12% from 592); Green value is 241 (94.53% from 255 or 40.71% from 592); Blue value is 149 (58.59% from 255 or 25.17% from 592); Max value from RGB is 241 - color contains mainly: green. Hex color #CAF195 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAF195 is #350E6A. Grayscale: #DBDBDB. Windows color (decimal): -3477099 or 9826762. OLE color: 9826762.

HSL color Cylindrical-coordinate representation of color #CAF195: hue angle of 85.43º degrees, saturation: 0.77, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CAF195 is Cyan = 0.16, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.05.

Color convert

RGB 202 241 149 -
CMYK 0.16 0 0.38 0.05
HSL 85.43º 0.77% 0.76% -
HSV(B) 85.43º 0.38% 0.95% -
XYZ 61.24 77.64 40.19 -
YUV 218.85 88.58 115.98 -
System Red Green Blue C M Y K H S L
Decimal 202 241 149 0.16 0 0.38 0.05 85.43 0.77 0.76
Hex CA F1 95 10 0 26 5 55 4D 4C
Octal 312 361 225 20 0 46 5 125 115 114
Binary 11001010 11110001 10010101 10000 0 100110 101 1010101 1001101 1001100

Color Harmonies of #CAF195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAF195

Black with #CAF195

Text Example


Text Example

White with #CAF195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAF195; }

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

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

background-color css

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

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

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

border-color css

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

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

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