Html Css Color HEX #D1EC52 Mindaro

📋 copy color: '#D1EC52'

red 209 ◦ green 236 ◦ blue 82

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

Shades of Mindaro #D1EC52

Tints of Mindaro #D1EC52

RGB

 RED value IS 209 (82.03% from 255) = 39.66%

 GREEN value IS 236 (92.58% from 255) = 44.78%

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

R = 39.66%
G = 44.78%
B = 15.56%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.65

 K value IS 0.07

RGB Variations

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

Color information

#D1EC52 (or 0xD1EC52) is known color: Mindaro. HEX triplet: D1, EC and 52. RGB value is (209,236,82). Sum of RGB (Red+Green+Blue) = 209+236+82=527 (69% of max value = 765). Red value is 209 (82.03% from 255 or 39.66% from 527); Green value is 236 (92.58% from 255 or 44.78% from 527); Blue value is 82 (32.42% from 255 or 15.56% from 527); Max value from RGB is 236 - color contains mainly: green. Hex color #D1EC52 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D1EC52 is #2E13AD. Grayscale: #D2D2D2. Windows color (decimal): -3019694 or 5434577. OLE color: 5434577.

HSL color Cylindrical-coordinate representation of color #D1EC52: hue angle of 70.52º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D1EC52 is Cyan = 0.11, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.07.

Color convert

RGB 209 236 82 -
CMYK 0.11 0 0.65 0.07
HSL 70.52º 0.8% 0.62% -
HSV(B) 70.52º 0.65% 0.93% -
XYZ 57.81 74.16 19.25 -
YUV 210.37 55.55 127.02 -
System Red Green Blue C M Y K H S L
Decimal 209 236 82 0.11 0 0.65 0.07 70.52 0.8 0.62
Hex D1 EC 52 B 0 41 7 47 50 3E
Octal 321 354 122 13 0 101 7 107 120 76
Binary 11010001 11101100 1010010 1011 0 1000001 111 1000111 1010000 111110

Color Harmonies of #D1EC52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1EC52

Black with #D1EC52

Text Example


Text Example

White with #D1EC52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1EC52; }

 p { color: rgb(209,236,82); }

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

background-color css

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

 a { background-color: rgb(209,236,82); }

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

border-color css

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

 span { border-color: rgb(209,236,82); }

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