#CAF693

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

Shades of Reef #CAF693

Tints of Reef #CAF693

Color information

#CAF693 (or 0xCAF693) is unknown color: approx Reef. HEX triplet: CA, F6 and 93. RGB value is (202,246,147). Sum of RGB (Red+Green+Blue) = 202+246+147=595 (78% of max value = 765). Red value is 202 (79.30% from 255 or 33.95% from 595); Green value is 246 (96.48% from 255 or 41.34% from 595); Blue value is 147 (57.81% from 255 or 24.71% from 595); Max value from RGB is 246 - color contains mainly: green. Hex color #CAF693 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAF693 is #35096C. Grayscale: #DDDDDD. Windows color (decimal): -3475821 or 9696970. OLE color: 9696970.

HSL color Cylindrical-coordinate representation of color #CAF693: hue angle of 86.67º degrees, saturation: 0.85, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CAF693 is Cyan = 0.18, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.04.

Color convert

RGB202246147-
CMYK0.1800.400.04
HSL86.67º84.62%77.06%-
HSV(B)86.67º40.24%96.47%-
XYZ62.5880.5739.86-
YUV221.5685.92114.05-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 33.95%
GREEN value IS 246 (96.48% from 255) = 41.34%
BLUE value IS 147 (57.81% from 255) = 24.71%
R=33.95%
G=41.34%
B=24.71%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2022461470.1800.400.0486.6784.6277.06
HexCAF69312028457554d
Octal312366223220504127125115
Binary110010101111011010010011100100101000100101011110101011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAF693

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAF693; }

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

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

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

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

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

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

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

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