#D0E64F

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

Shades of Manz #D0E64F

Tints of Manz #D0E64F

Color information

#D0E64F (or 0xD0E64F) is unknown color: approx Manz. HEX triplet: D0, E6 and 4F. RGB value is (208,230,79). Sum of RGB (Red+Green+Blue) = 208+230+79=517 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.23% from 517); Green value is 230 (90.23% from 255 or 44.49% from 517); Blue value is 79 (31.25% from 255 or 15.28% from 517); Max value from RGB is 230 - color contains mainly: green. Hex color #D0E64F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D0E64F is #2F19B0. Grayscale: #CECECE. Windows color (decimal): -3086769 or 5236432. OLE color: 5236432.

HSL color Cylindrical-coordinate representation of color #D0E64F: hue angle of 68.74º degrees, saturation: 0.75, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D0E64F is Cyan = 0.10, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.10.

Color convert

RGB20823079-
CMYK0.1000.660.10
HSL68.74º75.12%60.59%-
HSV(B)68.74º65.65%90.2%-
XYZ55.7270.5718.08-
YUV206.2156.21129.28-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 40.23%
GREEN value IS 230 (90.23% from 255) = 44.49%
BLUE value IS 79 (31.25% from 255) = 15.28%
R=40.23%
G=44.49%
B=15.28%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal208230790.1000.660.1068.7475.1260.59
HexD0E64FA042A454b3d
Octal3203461171201021210511375
Binary11010000111001101001111101001000010101010001011001011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0E64F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0E64F; }

 p { color: rgb(208,230,79); }

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

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

 a { background-color: rgb(208,230,79); }

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

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

 span { border-color: rgb(208,230,79); }

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