Html Css Color HEX #D2FD5A Mindaro

📋 copy color: '#D2FD5A'

red 210 ◦ green 253 ◦ blue 90

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

Shades of Mindaro #D2FD5A

Tints of Mindaro #D2FD5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 16.27%

R = 37.97%
G = 45.75%
B = 16.27%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.64

 K value IS 0.01

RGB Variations

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

Color information

#D2FD5A (or 0xD2FD5A) is known color: Mindaro. HEX triplet: D2, FD and 5A. RGB value is (210,253,90). Sum of RGB (Red+Green+Blue) = 210+253+90=553 (73% of max value = 765). Red value is 210 (82.42% from 255 or 37.97% from 553); Green value is 253 (99.22% from 255 or 45.75% from 553); Blue value is 90 (35.55% from 255 or 16.27% from 553); Max value from RGB is 253 - color contains mainly: green. Hex color #D2FD5A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D2FD5A is #2D02A5. Grayscale: #DEDEDE. Windows color (decimal): -2949798 or 5963218. OLE color: 5963218.

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

Color convert

RGB 210 253 90 -
CMYK 0.17 0 0.64 0.01
HSL 75.83º 0.98% 0.67% -
HSV(B) 75.83º 0.64% 0.99% -
XYZ 63.55 84.69 22.67 -
YUV 221.56 53.75 119.75 -
System Red Green Blue C M Y K H S L
Decimal 210 253 90 0.17 0 0.64 0.01 75.83 0.98 0.67
Hex D2 FD 5A 11 0 40 1 4C 62 43
Octal 322 375 132 21 0 100 1 114 142 103
Binary 11010010 11111101 1011010 10001 0 1000000 1 1001100 1100010 1000011

Color Harmonies of #D2FD5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2FD5A

Black with #D2FD5A

Text Example


Text Example

White with #D2FD5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2FD5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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