Html Css Color HEX #D2FA6D Mindaro

📋 copy color: '#D2FA6D'

red 210 ◦ green 250 ◦ blue 109

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

Shades of Mindaro #D2FA6D

Tints of Mindaro #D2FA6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 19.16%

R = 36.91%
G = 43.94%
B = 19.16%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.56

 K value IS 0.02

RGB Variations

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

Color information

#D2FA6D (or 0xD2FA6D) is known color: Mindaro. HEX triplet: D2, FA and 6D. RGB value is (210,250,109). Sum of RGB (Red+Green+Blue) = 210+250+109=569 (75% of max value = 765). Red value is 210 (82.42% from 255 or 36.91% from 569); Green value is 250 (98.05% from 255 or 43.94% from 569); Blue value is 109 (42.97% from 255 or 19.16% from 569); Max value from RGB is 250 - color contains mainly: green. Hex color #D2FA6D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D2FA6D is #2D0592. Grayscale: #DEDEDE. Windows color (decimal): -2950547 or 7207634. OLE color: 7207634.

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

Color convert

RGB 210 250 109 -
CMYK 0.16 0 0.56 0.02
HSL 77.02º 0.93% 0.7% -
HSV(B) 77.02º 0.56% 0.98% -
XYZ 63.52 83.18 27.17 -
YUV 221.97 64.25 119.46 -
System Red Green Blue C M Y K H S L
Decimal 210 250 109 0.16 0 0.56 0.02 77.02 0.93 0.7
Hex D2 FA 6D 10 0 38 2 4D 5D 46
Octal 322 372 155 20 0 70 2 115 135 106
Binary 11010010 11111010 1101101 10000 0 111000 10 1001101 1011101 1000110

Color Harmonies of #D2FA6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2FA6D

Black with #D2FA6D

Text Example


Text Example

White with #D2FA6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2FA6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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