Html Css Color HEX #D2FA6E Mindaro

📋 copy color: '#D2FA6E'

red 210 ◦ green 250 ◦ blue 110

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

Shades of Mindaro #D2FA6E

Tints of Mindaro #D2FA6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 19.3%

R = 36.84%
G = 43.86%
B = 19.3%

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

#D2FA6E (or 0xD2FA6E) is known color: Mindaro. HEX triplet: D2, FA and 6E. RGB value is (210,250,110). Sum of RGB (Red+Green+Blue) = 210+250+110=570 (75% of max value = 765). Red value is 210 (82.42% from 255 or 36.84% from 570); Green value is 250 (98.05% from 255 or 43.86% from 570); Blue value is 110 (43.36% from 255 or 19.30% from 570); Max value from RGB is 250 - color contains mainly: green. Hex color #D2FA6E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D2FA6E is #2D0591. Grayscale: #DEDEDE. Windows color (decimal): -2950546 or 7273170. OLE color: 7273170.

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

Color convert

RGB 210 250 110 -
CMYK 0.16 0 0.56 0.02
HSL 77.14º 0.93% 0.71% -
HSV(B) 77.14º 0.56% 0.98% -
XYZ 63.58 83.2 27.46 -
YUV 222.08 64.75 119.38 -
System Red Green Blue C M Y K H S L
Decimal 210 250 110 0.16 0 0.56 0.02 77.14 0.93 0.71
Hex D2 FA 6E 10 0 38 2 4D 5D 47
Octal 322 372 156 20 0 70 2 115 135 107
Binary 11010010 11111010 1101110 10000 0 111000 10 1001101 1011101 1000111

Color Harmonies of #D2FA6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2FA6E

Black with #D2FA6E

Text Example


Text Example

White with #D2FA6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2FA6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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