Html Css Color HEX #D2FD52 Mindaro

📋 copy color: '#D2FD52'

red 210 ◦ green 253 ◦ blue 82

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

Shades of Mindaro #D2FD52

Tints of Mindaro #D2FD52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 15.05%

R = 38.53%
G = 46.42%
B = 15.05%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.68

 K value IS 0.01

RGB Variations

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

Color information

#D2FD52 (or 0xD2FD52) is known color: Mindaro. HEX triplet: D2, FD and 52. RGB value is (210,253,82). Sum of RGB (Red+Green+Blue) = 210+253+82=545 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.53% from 545); Green value is 253 (99.22% from 255 or 46.42% from 545); Blue value is 82 (32.42% from 255 or 15.05% from 545); Max value from RGB is 253 - color contains mainly: green. Hex color #D2FD52 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D2FD52 is #2D02AD. Grayscale: #DDDDDD. Windows color (decimal): -2949806 or 5438930. OLE color: 5438930.

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

Color convert

RGB 210 253 82 -
CMYK 0.17 0 0.68 0.01
HSL 75.09º 0.98% 0.66% -
HSV(B) 75.09º 0.68% 0.99% -
XYZ 63.23 84.56 20.97 -
YUV 220.65 49.75 120.4 -
System Red Green Blue C M Y K H S L
Decimal 210 253 82 0.17 0 0.68 0.01 75.09 0.98 0.66
Hex D2 FD 52 11 0 44 1 4B 62 42
Octal 322 375 122 21 0 104 1 113 142 102
Binary 11010010 11111101 1010010 10001 0 1000100 1 1001011 1100010 1000010

Color Harmonies of #D2FD52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2FD52

Black with #D2FD52

Text Example


Text Example

White with #D2FD52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2FD52; }

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

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

background-color css

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

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

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

border-color css

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

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

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