#D2E74E

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

Shades of Manz #D2E74E

Tints of Manz #D2E74E

Color information

#D2E74E (or 0xD2E74E) is unknown color: approx Manz. HEX triplet: D2, E7 and 4E. RGB value is (210,231,78). Sum of RGB (Red+Green+Blue) = 210+231+78=519 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.46% from 519); Green value is 231 (90.62% from 255 or 44.51% from 519); Blue value is 78 (30.86% from 255 or 15.03% from 519); Max value from RGB is 231 - color contains mainly: green. Hex color #D2E74E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D2E74E is #2D18B1. Grayscale: #CFCFCF. Windows color (decimal): -2955442 or 5171154. OLE color: 5171154.

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

Color convert

RGB21023178-
CMYK0.0900.660.09
HSL68.24º76.12%60.59%-
HSV(B)68.24º66.23%90.59%-
XYZ56.5371.418.01-
YUV207.2855.04129.94-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 40.46%
GREEN value IS 231 (90.62% from 255) = 44.51%
BLUE value IS 78 (30.86% from 255) = 15.03%
R=40.46%
G=44.51%
B=15.03%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal210231780.0900.660.0968.2476.1260.59
HexD2E74E90429444c3d
Octal3223471161101021110411475
Binary11010010111001111001110100101000010100110001001001100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2E74E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2E74E; }

 p { color: rgb(210,231,78); }

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

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

 a { background-color: rgb(210,231,78); }

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

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

 span { border-color: rgb(210,231,78); }

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