#D4F055

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

Shades of Mindaro #D4F055

Tints of Mindaro #D4F055

Color information

#D4F055 (or 0xD4F055) is unknown color: approx Mindaro. HEX triplet: D4, F0 and 55. RGB value is (212,240,85). Sum of RGB (Red+Green+Blue) = 212+240+85=537 (71% of max value = 765). Red value is 212 (83.20% from 255 or 39.48% from 537); Green value is 240 (94.14% from 255 or 44.69% from 537); Blue value is 85 (33.59% from 255 or 15.83% from 537); Max value from RGB is 240 - color contains mainly: green. Hex color #D4F055 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D4F055 is #2B0FAA. Grayscale: #D6D6D6. Windows color (decimal): -2822059 or 5632212. OLE color: 5632212.

HSL color Cylindrical-coordinate representation of color #D4F055: hue angle of 70.84º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D4F055 is Cyan = 0.12, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.06.

Color convert

RGB21224085-
CMYK0.1200.650.06
HSL70.84º83.78%63.73%-
HSV(B)70.84º64.58%94.12%-
XYZ59.9576.9720.29-
YUV213.9655.22126.6-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 39.48%
GREEN value IS 240 (94.14% from 255) = 44.69%
BLUE value IS 85 (33.59% from 255) = 15.83%
R=39.48%
G=44.69%
B=15.83%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal212240850.1200.650.0670.8483.7863.73
HexD4F055C0416475440
Octal3243601251401016107124100
Binary11010100111100001010101110001000001110100011110101001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4F055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4F055; }

 p { color: rgb(212,240,85); }

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

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

 a { background-color: rgb(212,240,85); }

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

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

 span { border-color: rgb(212,240,85); }

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