#CAF393

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

Shades of Reef #CAF393

Tints of Reef #CAF393

Color information

#CAF393 (or 0xCAF393) is unknown color: approx Reef. HEX triplet: CA, F3 and 93. RGB value is (202,243,147). Sum of RGB (Red+Green+Blue) = 202+243+147=592 (78% of max value = 765). Red value is 202 (79.30% from 255 or 34.12% from 592); Green value is 243 (95.31% from 255 or 41.05% from 592); Blue value is 147 (57.81% from 255 or 24.83% from 592); Max value from RGB is 243 - color contains mainly: green. Hex color #CAF393 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAF393 is #350C6C. Grayscale: #DCDCDC. Windows color (decimal): -3476589 or 9696202. OLE color: 9696202.

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

Color convert

RGB202243147-
CMYK0.1700.400.05
HSL85.62º80%76.47%-
HSV(B)85.62º39.51%95.29%-
XYZ61.6778.7639.56-
YUV219.886.92115.31-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.12%
GREEN value IS 243 (95.31% from 255) = 41.05%
BLUE value IS 147 (57.81% from 255) = 24.83%
R=34.12%
G=41.05%
B=24.83%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2022431470.1700.400.0585.628076.47
HexCAF39311028556504c
Octal312363223210505126120114
Binary110010101111001110010011100010101000101101011010100001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAF393

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAF393; }

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

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

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

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

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

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

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

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