Html Css Color HEX #D5EC66 Mindaro

📋 copy color: '#D5EC66'

red 213 ◦ green 236 ◦ blue 102

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

Shades of Mindaro #D5EC66

Tints of Mindaro #D5EC66

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 18.51%

R = 38.66%
G = 42.83%
B = 18.51%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.57

 K value IS 0.07

RGB Variations

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

Color information

#D5EC66 (or 0xD5EC66) is known color: Mindaro. HEX triplet: D5, EC and 66. RGB value is (213,236,102). Sum of RGB (Red+Green+Blue) = 213+236+102=551 (72% of max value = 765). Red value is 213 (83.59% from 255 or 38.66% from 551); Green value is 236 (92.58% from 255 or 42.83% from 551); Blue value is 102 (40.23% from 255 or 18.51% from 551); Max value from RGB is 236 - color contains mainly: green. Hex color #D5EC66 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D5EC66 is #2A1399. Grayscale: #D6D6D6. Windows color (decimal): -2757530 or 6745301. OLE color: 6745301.

HSL color Cylindrical-coordinate representation of color #D5EC66: hue angle of 70.3º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D5EC66 is Cyan = 0.10, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.07.

Color convert

RGB 213 236 102 -
CMYK 0.10 0 0.57 0.07
HSL 70.3º 0.78% 0.66% -
HSV(B) 70.3º 0.57% 0.93% -
XYZ 59.83 75.1 23.91 -
YUV 213.85 64.88 127.4 -
System Red Green Blue C M Y K H S L
Decimal 213 236 102 0.10 0 0.57 0.07 70.3 0.78 0.66
Hex D5 EC 66 A 0 39 7 46 4E 42
Octal 325 354 146 12 0 71 7 106 116 102
Binary 11010101 11101100 1100110 1010 0 111001 111 1000110 1001110 1000010

Color Harmonies of #D5EC66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5EC66

Black with #D5EC66

Text Example


Text Example

White with #D5EC66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5EC66; }

 p { color: rgb(213,236,102); }

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

background-color css

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

 a { background-color: rgb(213,236,102); }

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

border-color css

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

 span { border-color: rgb(213,236,102); }

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