Html Css Color HEX #D4F060 Mindaro

📋 copy color: '#D4F060'

red 212 ◦ green 240 ◦ blue 96

#D4F060
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mindaro #D4F060

Tints of Mindaro #D4F060

RGB

 RED value IS 212 (83.2% from 255) = 38.69%

 GREEN value IS 240 (94.14% from 255) = 43.8%

 BLUE value IS 96 (37.89% from 255) = 17.52%

R = 38.69%
G = 43.8%
B = 17.52%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.6

 K value IS 0.06

RGB Variations

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

Color information

#D4F060 (or 0xD4F060) is known color: Mindaro. HEX triplet: D4, F0 and 60. RGB value is (212,240,96). Sum of RGB (Red+Green+Blue) = 212+240+96=548 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.69% from 548); Green value is 240 (94.14% from 255 or 43.80% from 548); Blue value is 96 (37.89% from 255 or 17.52% from 548); Max value from RGB is 240 - color contains mainly: green. Hex color #D4F060 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D4F060 is #2B0F9F. Grayscale: #D7D7D7. Windows color (decimal): -2822048 or 6353108. OLE color: 6353108.

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

Color convert

RGB 212 240 96 -
CMYK 0.12 0 0.6 0.06
HSL 71.67º 0.83% 0.66% -
HSV(B) 71.67º 0.6% 0.94% -
XYZ 60.42 77.16 22.78 -
YUV 215.21 60.72 125.71 -
System Red Green Blue C M Y K H S L
Decimal 212 240 96 0.12 0 0.6 0.06 71.67 0.83 0.66
Hex D4 F0 60 C 0 3C 6 48 53 42
Octal 324 360 140 14 0 74 6 110 123 102
Binary 11010100 11110000 1100000 1100 0 111100 110 1001000 1010011 1000010

Color Harmonies of #D4F060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4F060

Black with #D4F060

Text Example


Text Example

White with #D4F060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4F060; }

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

 H1.HeaderClassName
 {
   color: #D4F060;
 }
 .AnyTagClassName
 {
   color: #D4F060;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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