#CAF194

Color #CAF194 Reef (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Reef #CAF194

Tints of Reef #CAF194

Color information

#CAF194 (or 0xCAF194) is unknown color: approx Reef. HEX triplet: CA, F1 and 94. RGB value is (202,241,148). Sum of RGB (Red+Green+Blue) = 202+241+148=591 (78% of max value = 765). Red value is 202 (79.30% from 255 or 34.18% from 591); Green value is 241 (94.53% from 255 or 40.78% from 591); Blue value is 148 (58.20% from 255 or 25.04% from 591); Max value from RGB is 241 - color contains mainly: green. Hex color #CAF194 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAF194 is #350E6B. Grayscale: #DBDBDB. Windows color (decimal): -3477100 or 9761226. OLE color: 9761226.

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

Color convert

RGB202241148-
CMYK0.1600.390.05
HSL85.16º76.86%76.27%-
HSV(B)85.16º38.59%94.51%-
XYZ61.1677.6139.77-
YUV218.7488.08116.06-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.18%
GREEN value IS 241 (94.53% from 255) = 40.78%
BLUE value IS 148 (58.20% from 255) = 25.04%
R=34.18%
G=40.78%
B=25.04%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2022411480.1600.390.0585.1676.8676.27
HexCAF194100275554d4c
Octal312361224200475125115114
Binary110010101111000110010100100000100111101101010110011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAF194

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAF194; }

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

 H1.HeaderClassName
 {
   color: #CAF194;
 }
 .AnyTagClassName
 {
   color: #CAF194;
 }
</style>
background-color css

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

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

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

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

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

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