#CAF093

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

Shades of Reef #CAF093

Tints of Reef #CAF093

Color information

#CAF093 (or 0xCAF093) is unknown color: approx Reef. HEX triplet: CA, F0 and 93. RGB value is (202,240,147). Sum of RGB (Red+Green+Blue) = 202+240+147=589 (78% of max value = 765). Red value is 202 (79.30% from 255 or 34.30% from 589); Green value is 240 (94.14% from 255 or 40.75% from 589); Blue value is 147 (57.81% from 255 or 24.96% from 589); Max value from RGB is 240 - color contains mainly: green. Hex color #CAF093 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAF093 is #350F6C. Grayscale: #DADADA. Windows color (decimal): -3477357 or 9695434. OLE color: 9695434.

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

Color convert

RGB202240147-
CMYK0.1600.390.06
HSL84.52º75.61%75.88%-
HSV(B)84.52º38.75%94.12%-
XYZ60.7876.9839.26-
YUV218.0487.91116.56-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.30%
GREEN value IS 240 (94.14% from 255) = 40.75%
BLUE value IS 147 (57.81% from 255) = 24.96%
R=34.30%
G=40.75%
B=24.96%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2022401470.1600.390.0684.5275.6175.88
HexCAF093100276554c4c
Octal312360223200476125114114
Binary110010101111000010010011100000100111110101010110011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAF093

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAF093; }

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

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

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

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

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

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

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

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