#CAF193

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

Shades of Reef #CAF193

Tints of Reef #CAF193

Color information

#CAF193 (or 0xCAF193) is unknown color: approx Reef. HEX triplet: CA, F1 and 93. RGB value is (202,241,147). Sum of RGB (Red+Green+Blue) = 202+241+147=590 (78% of max value = 765). Red value is 202 (79.30% from 255 or 34.24% from 590); Green value is 241 (94.53% from 255 or 40.85% from 590); Blue value is 147 (57.81% from 255 or 24.92% from 590); Max value from RGB is 241 - color contains mainly: green. Hex color #CAF193 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAF193 is #350E6C. Grayscale: #DADADA. Windows color (decimal): -3477101 or 9695690. OLE color: 9695690.

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

Color convert

RGB202241147-
CMYK0.1600.390.05
HSL84.89º77.05%76.08%-
HSV(B)84.89º39%94.51%-
XYZ61.0877.5739.36-
YUV218.6287.58116.14-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.24%
GREEN value IS 241 (94.53% from 255) = 40.85%
BLUE value IS 147 (57.81% from 255) = 24.92%
R=34.24%
G=40.85%
B=24.92%

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
Decimal2022411470.1600.390.0584.8977.0576.08
HexCAF193100275554d4c
Octal312361223200475125115114
Binary110010101111000110010011100000100111101101010110011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAF193

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAF193; }

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

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

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

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

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

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

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

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