Html Css Color HEX #D2FA5D Mindaro

📋 copy color: '#D2FA5D'

red 210 ◦ green 250 ◦ blue 93

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

Shades of Mindaro #D2FA5D

Tints of Mindaro #D2FA5D

RGB

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

 GREEN value IS 250 (98.05% from 255) = 45.21%

 BLUE value IS 93 (36.72% from 255) = 16.82%

R = 37.97%
G = 45.21%
B = 16.82%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.63

 K value IS 0.02

RGB Variations

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

Color information

#D2FA5D (or 0xD2FA5D) is known color: Mindaro. HEX triplet: D2, FA and 5D. RGB value is (210,250,93). Sum of RGB (Red+Green+Blue) = 210+250+93=553 (73% of max value = 765). Red value is 210 (82.42% from 255 or 37.97% from 553); Green value is 250 (98.05% from 255 or 45.21% from 553); Blue value is 93 (36.72% from 255 or 16.82% from 553); Max value from RGB is 250 - color contains mainly: green. Hex color #D2FA5D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D2FA5D is #2D05A2. Grayscale: #DCDCDC. Windows color (decimal): -2950563 or 6159058. OLE color: 6159058.

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

Color convert

RGB 210 250 93 -
CMYK 0.16 0 0.63 0.02
HSL 75.29º 0.94% 0.67% -
HSV(B) 75.29º 0.63% 0.98% -
XYZ 62.74 82.86 23.04 -
YUV 220.14 56.25 120.77 -
System Red Green Blue C M Y K H S L
Decimal 210 250 93 0.16 0 0.63 0.02 75.29 0.94 0.67
Hex D2 FA 5D 10 0 3F 2 4B 5E 43
Octal 322 372 135 20 0 77 2 113 136 103
Binary 11010010 11111010 1011101 10000 0 111111 10 1001011 1011110 1000011

Color Harmonies of #D2FA5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2FA5D

Black with #D2FA5D

Text Example


Text Example

White with #D2FA5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2FA5D; }

 p { color: rgb(210,250,93); }

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

background-color css

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

 a { background-color: rgb(210,250,93); }

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

border-color css

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

 span { border-color: rgb(210,250,93); }

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