Html Css Color HEX #D2FD5F Mindaro

📋 copy color: '#D2FD5F'

red 210 ◦ green 253 ◦ blue 95

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

Shades of Mindaro #D2FD5F

Tints of Mindaro #D2FD5F

RGB

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

 GREEN value IS 253 (99.22% from 255) = 45.34%

 BLUE value IS 95 (37.5% from 255) = 17.03%

R = 37.63%
G = 45.34%
B = 17.03%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.62

 K value IS 0.01

RGB Variations

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

Color information

#D2FD5F (or 0xD2FD5F) is known color: Mindaro. HEX triplet: D2, FD and 5F. RGB value is (210,253,95). Sum of RGB (Red+Green+Blue) = 210+253+95=558 (73% of max value = 765). Red value is 210 (82.42% from 255 or 37.63% from 558); Green value is 253 (99.22% from 255 or 45.34% from 558); Blue value is 95 (37.5% from 255 or 17.03% from 558); Max value from RGB is 253 - color contains mainly: green. Hex color #D2FD5F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D2FD5F is #2D02A0. Grayscale: #DEDEDE. Windows color (decimal): -2949793 or 6290898. OLE color: 6290898.

HSL color Cylindrical-coordinate representation of color #D2FD5F: hue angle of 76.33º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D2FD5F is Cyan = 0.17, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.01.

Color convert

RGB 210 253 95 -
CMYK 0.17 0 0.62 0.01
HSL 76.33º 0.98% 0.68% -
HSV(B) 76.33º 0.62% 0.99% -
XYZ 63.77 84.78 23.83 -
YUV 222.13 56.25 119.35 -
System Red Green Blue C M Y K H S L
Decimal 210 253 95 0.17 0 0.62 0.01 76.33 0.98 0.68
Hex D2 FD 5F 11 0 3E 1 4C 62 44
Octal 322 375 137 21 0 76 1 114 142 104
Binary 11010010 11111101 1011111 10001 0 111110 1 1001100 1100010 1000100

Color Harmonies of #D2FD5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2FD5F

Black with #D2FD5F

Text Example


Text Example

White with #D2FD5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2FD5F; }

 p { color: rgb(210,253,95); }

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

background-color css

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

 a { background-color: rgb(210,253,95); }

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

border-color css

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

 span { border-color: rgb(210,253,95); }

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