Html Css Color HEX #D2F959 Mindaro

📋 copy color: '#D2F959'

red 210 ◦ green 249 ◦ blue 89

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

Shades of Mindaro #D2F959

Tints of Mindaro #D2F959

RGB

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

 GREEN value IS 249 (97.66% from 255) = 45.44%

 BLUE value IS 89 (35.16% from 255) = 16.24%

R = 38.32%
G = 45.44%
B = 16.24%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.64

 K value IS 0.02

RGB Variations

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

Color information

#D2F959 (or 0xD2F959) is known color: Mindaro. HEX triplet: D2, F9 and 59. RGB value is (210,249,89). Sum of RGB (Red+Green+Blue) = 210+249+89=548 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.32% from 548); Green value is 249 (97.66% from 255 or 45.44% from 548); Blue value is 89 (35.16% from 255 or 16.24% from 548); Max value from RGB is 249 - color contains mainly: green. Hex color #D2F959 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D2F959 is #2D06A6. Grayscale: #DBDBDB. Windows color (decimal): -2950823 or 5896658. OLE color: 5896658.

HSL color Cylindrical-coordinate representation of color #D2F959: hue angle of 74.62º degrees, saturation: 0.93, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D2F959 is Cyan = 0.16, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.02.

Color convert

RGB 210 249 89 -
CMYK 0.16 0 0.64 0.02
HSL 74.63º 0.93% 0.66% -
HSV(B) 74.63º 0.64% 0.98% -
XYZ 62.26 82.17 22.03 -
YUV 219.1 54.58 121.51 -
System Red Green Blue C M Y K H S L
Decimal 210 249 89 0.16 0 0.64 0.02 74.63 0.93 0.66
Hex D2 F9 59 10 0 40 2 4B 5D 42
Octal 322 371 131 20 0 100 2 113 135 102
Binary 11010010 11111001 1011001 10000 0 1000000 10 1001011 1011101 1000010

Color Harmonies of #D2F959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2F959

Black with #D2F959

Text Example


Text Example

White with #D2F959

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2F959; }

 p { color: rgb(210,249,89); }

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

background-color css

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

 a { background-color: rgb(210,249,89); }

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

border-color css

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

 span { border-color: rgb(210,249,89); }

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