#D4F693

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

Shades of Reef #D4F693

Tints of Reef #D4F693

Color information

#D4F693 (or 0xD4F693) is unknown color: approx Reef. HEX triplet: D4, F6 and 93. RGB value is (212,246,147). Sum of RGB (Red+Green+Blue) = 212+246+147=605 (80% of max value = 765). Red value is 212 (83.20% from 255 or 35.04% from 605); Green value is 246 (96.48% from 255 or 40.66% from 605); Blue value is 147 (57.81% from 255 or 24.30% from 605); Max value from RGB is 246 - color contains mainly: green. Hex color #D4F693 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D4F693 is #2B096C. Grayscale: #E0E0E0. Windows color (decimal): -2820461 or 9696980. OLE color: 9696980.

HSL color Cylindrical-coordinate representation of color #D4F693: hue angle of 80.61º 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 #D4F693 is Cyan = 0.14, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.04.

Color convert

RGB212246147-
CMYK0.1400.400.04
HSL80.61º84.62%77.06%-
HSV(B)80.61º40.24%96.47%-
XYZ65.3782.0239.99-
YUV224.5584.24119.05-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 35.04%
GREEN value IS 246 (96.48% from 255) = 40.66%
BLUE value IS 147 (57.81% from 255) = 24.30%
R=35.04%
G=40.66%
B=24.30%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2122461470.1400.400.0480.6184.6277.06
HexD4F693E028451554d
Octal324366223160504121125115
Binary11010100111101101001001111100101000100101000110101011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4F693

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4F693; }

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

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

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

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

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

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

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

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