Html Css Color HEX #D2F951 Mindaro

📋 copy color: '#D2F951'

red 210 ◦ green 249 ◦ blue 81

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

Shades of Mindaro #D2F951

Tints of Mindaro #D2F951

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 15%

R = 38.89%
G = 46.11%
B = 15%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.67

 K value IS 0.02

RGB Variations

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

Color information

#D2F951 (or 0xD2F951) is known color: Mindaro. HEX triplet: D2, F9 and 51. RGB value is (210,249,81). Sum of RGB (Red+Green+Blue) = 210+249+81=540 (71% of max value = 765). Red value is 210 (82.42% from 255 or 38.89% from 540); Green value is 249 (97.66% from 255 or 46.11% from 540); Blue value is 81 (32.03% from 255 or 15% from 540); Max value from RGB is 249 - color contains mainly: green. Hex color #D2F951 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D2F951 is #2D06AE. Grayscale: #DADADA. Windows color (decimal): -2950831 or 5372370. OLE color: 5372370.

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

Color convert

RGB 210 249 81 -
CMYK 0.16 0 0.67 0.02
HSL 73.93º 0.93% 0.65% -
HSV(B) 73.93º 0.67% 0.98% -
XYZ 61.94 82.05 20.36 -
YUV 218.19 50.58 122.16 -
System Red Green Blue C M Y K H S L
Decimal 210 249 81 0.16 0 0.67 0.02 73.93 0.93 0.65
Hex D2 F9 51 10 0 43 2 4A 5D 41
Octal 322 371 121 20 0 103 2 112 135 101
Binary 11010010 11111001 1010001 10000 0 1000011 10 1001010 1011101 1000001

Color Harmonies of #D2F951

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2F951

Black with #D2F951

Text Example


Text Example

White with #D2F951

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2F951; }

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

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

background-color css

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

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

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

border-color css

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

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

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