Html Css Color HEX #D5FC52 Mindaro

📋 copy color: '#D5FC52'

red 213 ◦ green 252 ◦ blue 82

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

Shades of Mindaro #D5FC52

Tints of Mindaro #D5FC52

RGB

 RED value IS 213 (83.59% from 255) = 38.94%

 GREEN value IS 252 (98.83% from 255) = 46.07%

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

R = 38.94%
G = 46.07%
B = 14.99%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.67

 K value IS 0.01

RGB Variations

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

Color information

#D5FC52 (or 0xD5FC52) is known color: Mindaro. HEX triplet: D5, FC and 52. RGB value is (213,252,82). Sum of RGB (Red+Green+Blue) = 213+252+82=547 (72% of max value = 765). Red value is 213 (83.59% from 255 or 38.94% from 547); Green value is 252 (98.83% from 255 or 46.07% from 547); Blue value is 82 (32.42% from 255 or 14.99% from 547); Max value from RGB is 252 - color contains mainly: green. Hex color #D5FC52 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D5FC52 is #2A03AD. Grayscale: #DDDDDD. Windows color (decimal): -2753454 or 5438677. OLE color: 5438677.

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

Color convert

RGB 213 252 82 -
CMYK 0.15 0 0.67 0.01
HSL 73.76º 0.97% 0.65% -
HSV(B) 73.76º 0.67% 0.99% -
XYZ 63.77 84.38 20.91 -
YUV 220.96 49.58 122.32 -
System Red Green Blue C M Y K H S L
Decimal 213 252 82 0.15 0 0.67 0.01 73.76 0.97 0.65
Hex D5 FC 52 F 0 43 1 4A 61 41
Octal 325 374 122 17 0 103 1 112 141 101
Binary 11010101 11111100 1010010 1111 0 1000011 1 1001010 1100001 1000001

Color Harmonies of #D5FC52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5FC52

Black with #D5FC52

Text Example


Text Example

White with #D5FC52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5FC52; }

 p { color: rgb(213,252,82); }

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

background-color css

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

 a { background-color: rgb(213,252,82); }

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

border-color css

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

 span { border-color: rgb(213,252,82); }

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