Html Css Color HEX #D5EC5F Mindaro

📋 copy color: '#D5EC5F'

red 213 ◦ green 236 ◦ blue 95

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

Shades of Mindaro #D5EC5F

Tints of Mindaro #D5EC5F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 17.46%

R = 39.15%
G = 43.38%
B = 17.46%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.60

 K value IS 0.07

RGB Variations

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

Color information

#D5EC5F (or 0xD5EC5F) is known color: Mindaro. HEX triplet: D5, EC and 5F. RGB value is (213,236,95). Sum of RGB (Red+Green+Blue) = 213+236+95=544 (72% of max value = 765). Red value is 213 (83.59% from 255 or 39.15% from 544); Green value is 236 (92.58% from 255 or 43.38% from 544); Blue value is 95 (37.5% from 255 or 17.46% from 544); Max value from RGB is 236 - color contains mainly: green. Hex color #D5EC5F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D5EC5F is #2A13A0. Grayscale: #D5D5D5. Windows color (decimal): -2757537 or 6286549. OLE color: 6286549.

HSL color Cylindrical-coordinate representation of color #D5EC5F: hue angle of 69.79º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D5EC5F is Cyan = 0.10, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.07.

Color convert

RGB 213 236 95 -
CMYK 0.10 0 0.60 0.07
HSL 69.79º 0.79% 0.65% -
HSV(B) 69.79º 0.6% 0.93% -
XYZ 59.5 74.96 22.16 -
YUV 213.05 61.38 127.96 -
System Red Green Blue C M Y K H S L
Decimal 213 236 95 0.10 0 0.60 0.07 69.79 0.79 0.65
Hex D5 EC 5F A 0 3C 7 46 4F 41
Octal 325 354 137 12 0 74 7 106 117 101
Binary 11010101 11101100 1011111 1010 0 111100 111 1000110 1001111 1000001

Color Harmonies of #D5EC5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5EC5F

Black with #D5EC5F

Text Example


Text Example

White with #D5EC5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5EC5F; }

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

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

background-color css

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

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

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

border-color css

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

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

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