#CAF095

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

Shades of Reef #CAF095

Tints of Reef #CAF095

Color information

#CAF095 (or 0xCAF095) is unknown color: approx Reef. HEX triplet: CA, F0 and 95. RGB value is (202,240,149). Sum of RGB (Red+Green+Blue) = 202+240+149=591 (78% of max value = 765). Red value is 202 (79.30% from 255 or 34.18% from 591); Green value is 240 (94.14% from 255 or 40.61% from 591); Blue value is 149 (58.59% from 255 or 25.21% from 591); Max value from RGB is 240 - color contains mainly: green. Hex color #CAF095 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAF095 is #350F6A. Grayscale: #DADADA. Windows color (decimal): -3477355 or 9826506. OLE color: 9826506.

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

Color convert

RGB202240149-
CMYK0.1600.380.06
HSL85.05º75.21%76.27%-
HSV(B)85.05º37.92%94.12%-
XYZ60.9477.0540.09-
YUV218.2688.91116.4-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.18%
GREEN value IS 240 (94.14% from 255) = 40.61%
BLUE value IS 149 (58.59% from 255) = 25.21%
R=34.18%
G=40.61%
B=25.21%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2022401490.1600.380.0685.0575.2176.27
HexCAF095100266554b4c
Octal312360225200466125113114
Binary110010101111000010010101100000100110110101010110010111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAF095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAF095; }

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

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

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

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

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

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

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

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