Html Css Color HEX #D2F060 Mindaro

📋 copy color: '#D2F060'

red 210 ◦ green 240 ◦ blue 96

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

Shades of Mindaro #D2F060

Tints of Mindaro #D2F060

RGB

 RED value IS 210 (82.42% from 255) = 38.46%

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

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

R = 38.46%
G = 43.96%
B = 17.58%

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

#D2F060 (or 0xD2F060) is known color: Mindaro. HEX triplet: D2, F0 and 60. RGB value is (210,240,96). Sum of RGB (Red+Green+Blue) = 210+240+96=546 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.46% from 546); Green value is 240 (94.14% from 255 or 43.96% from 546); Blue value is 96 (37.89% from 255 or 17.58% from 546); Max value from RGB is 240 - color contains mainly: green. Hex color #D2F060 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D2F060 is #2D0F9F. Grayscale: #D7D7D7. Windows color (decimal): -2953120 or 6353106. OLE color: 6353106.

HSL color Cylindrical-coordinate representation of color #D2F060: hue angle of 72.5º 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 #D2F060 is Cyan = 0.12, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.06.

Color convert

RGB 210 240 96 -
CMYK 0.12 0 0.6 0.06
HSL 72.5º 0.83% 0.66% -
HSV(B) 72.5º 0.6% 0.94% -
XYZ 59.85 76.87 22.75 -
YUV 214.61 61.06 124.71 -
System Red Green Blue C M Y K H S L
Decimal 210 240 96 0.12 0 0.6 0.06 72.5 0.83 0.66
Hex D2 F0 60 C 0 3C 6 48 53 42
Octal 322 360 140 14 0 74 6 110 123 102
Binary 11010010 11110000 1100000 1100 0 111100 110 1001000 1010011 1000010

Color Harmonies of #D2F060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2F060

Black with #D2F060

Text Example


Text Example

White with #D2F060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2F060; }

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

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

background-color css

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

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

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

border-color css

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

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

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