#D4E750

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

Shades of Manz #D4E750

Tints of Manz #D4E750

Color information

#D4E750 (or 0xD4E750) is unknown color: approx Manz. HEX triplet: D4, E7 and 50. RGB value is (212,231,80). Sum of RGB (Red+Green+Blue) = 212+231+80=523 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.54% from 523); Green value is 231 (90.62% from 255 or 44.17% from 523); Blue value is 80 (31.64% from 255 or 15.30% from 523); Max value from RGB is 231 - color contains mainly: green. Hex color #D4E750 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D4E750 is #2B18AF. Grayscale: #D0D0D0. Windows color (decimal): -2824368 or 5302228. OLE color: 5302228.

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

Color convert

RGB21223180-
CMYK0.0800.650.09
HSL67.55º75.88%60.98%-
HSV(B)67.55º65.37%90.59%-
XYZ57.1871.7318.42-
YUV208.155.71130.78-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 40.54%
GREEN value IS 231 (90.62% from 255) = 44.17%
BLUE value IS 80 (31.64% from 255) = 15.30%
R=40.54%
G=44.17%
B=15.30%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal212231800.0800.650.0967.5575.8860.98
HexD4E75080419444c3d
Octal3243471201001011110411475
Binary11010100111001111010000100001000001100110001001001100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4E750

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4E750; }

 p { color: rgb(212,231,80); }

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

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

 a { background-color: rgb(212,231,80); }

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

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

 span { border-color: rgb(212,231,80); }

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