Html Css Color HEX #D2FE6D Mindaro

📋 copy color: '#D2FE6D'

red 210 ◦ green 254 ◦ blue 109

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

Shades of Mindaro #D2FE6D

Tints of Mindaro #D2FE6D

RGB

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

 GREEN value IS 254 (99.61% from 255) = 44.33%

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

R = 36.65%
G = 44.33%
B = 19.02%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.57

 K value IS 0.00

RGB Variations

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

Color information

#D2FE6D (or 0xD2FE6D) is known color: Mindaro. HEX triplet: D2, FE and 6D. RGB value is (210,254,109). Sum of RGB (Red+Green+Blue) = 210+254+109=573 (75% of max value = 765). Red value is 210 (82.42% from 255 or 36.65% from 573); Green value is 254 (99.61% from 255 or 44.33% from 573); Blue value is 109 (42.97% from 255 or 19.02% from 573); Max value from RGB is 254 - color contains mainly: green. Hex color #D2FE6D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D2FE6D is #2D0192. Grayscale: #E0E0E0. Windows color (decimal): -2949523 or 7208658. OLE color: 7208658.

HSL color Cylindrical-coordinate representation of color #D2FE6D: hue angle of 78.21º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D2FE6D is Cyan = 0.17, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.00.

Color convert

RGB 210 254 109 -
CMYK 0.17 0 0.57 0.00
HSL 78.21º 0.99% 0.71% -
HSV(B) 78.21º 0.57% 1% -
XYZ 64.78 85.69 27.59 -
YUV 224.31 62.92 117.79 -
System Red Green Blue C M Y K H S L
Decimal 210 254 109 0.17 0 0.57 0.00 78.21 0.99 0.71
Hex D2 FE 6D 11 0 39 0 4E 63 47
Octal 322 376 155 21 0 71 0 116 143 107
Binary 11010010 11111110 1101101 10001 0 111001 0 1001110 1100011 1000111

Color Harmonies of #D2FE6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2FE6D

Black with #D2FE6D

Text Example


Text Example

White with #D2FE6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2FE6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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