Html Css Color HEX #D9FB60 Mindaro

📋 copy color: '#D9FB60'

red 217 ◦ green 251 ◦ blue 96

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

Shades of Mindaro #D9FB60

Tints of Mindaro #D9FB60

RGB

 RED value IS 217 (85.16% from 255) = 38.48%

 GREEN value IS 251 (98.44% from 255) = 44.5%

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

R = 38.48%
G = 44.5%
B = 17.02%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.62

 K value IS 0.02

RGB Variations

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

Color information

#D9FB60 (or 0xD9FB60) is known color: Mindaro. HEX triplet: D9, FB and 60. RGB value is (217,251,96). Sum of RGB (Red+Green+Blue) = 217+251+96=564 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.48% from 564); Green value is 251 (98.44% from 255 or 44.50% from 564); Blue value is 96 (37.89% from 255 or 17.02% from 564); Max value from RGB is 251 - color contains mainly: green. Hex color #D9FB60 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D9FB60 is #26049F. Grayscale: #DFDFDF. Windows color (decimal): -2491552 or 6355929. OLE color: 6355929.

HSL color Cylindrical-coordinate representation of color #D9FB60: hue angle of 73.16º degrees, saturation: 0.95, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D9FB60 is Cyan = 0.14, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.02.

Color convert

RGB 217 251 96 -
CMYK 0.14 0 0.62 0.02
HSL 73.16º 0.95% 0.68% -
HSV(B) 73.16º 0.62% 0.98% -
XYZ 65.22 84.59 23.96 -
YUV 223.16 56.24 123.6 -
System Red Green Blue C M Y K H S L
Decimal 217 251 96 0.14 0 0.62 0.02 73.16 0.95 0.68
Hex D9 FB 60 E 0 3E 2 49 5F 44
Octal 331 373 140 16 0 76 2 111 137 104
Binary 11011001 11111011 1100000 1110 0 111110 10 1001001 1011111 1000100

Color Harmonies of #D9FB60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9FB60

Black with #D9FB60

Text Example


Text Example

White with #D9FB60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9FB60; }

 p { color: rgb(217,251,96); }

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

background-color css

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

 a { background-color: rgb(217,251,96); }

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

border-color css

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

 span { border-color: rgb(217,251,96); }

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