Html Css Color HEX #D5E475 Mindaro

📋 copy color: '#D5E475'

red 213 ◦ green 228 ◦ blue 117

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

Shades of Mindaro #D5E475

Tints of Mindaro #D5E475

RGB

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

 GREEN value IS 228 (89.45% from 255) = 40.86%

 BLUE value IS 117 (46.09% from 255) = 20.97%

R = 38.17%
G = 40.86%
B = 20.97%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.49

 K value IS 0.11

RGB Variations

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

Color information

#D5E475 (or 0xD5E475) is known color: Mindaro. HEX triplet: D5, E4 and 75. RGB value is (213,228,117). Sum of RGB (Red+Green+Blue) = 213+228+117=558 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.17% from 558); Green value is 228 (89.45% from 255 or 40.86% from 558); Blue value is 117 (46.09% from 255 or 20.97% from 558); Max value from RGB is 228 - color contains mainly: green. Hex color #D5E475 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5E475 is #2A1B8A. Grayscale: #D3D3D3. Windows color (decimal): -2759563 or 7726293. OLE color: 7726293.

HSL color Cylindrical-coordinate representation of color #D5E475: hue angle of 68.11º degrees, saturation: 0.67, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D5E475 is Cyan = 0.07, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.11.

Color convert

RGB 213 228 117 -
CMYK 0.07 0 0.49 0.11
HSL 68.11º 0.67% 0.68% -
HSV(B) 68.11º 0.49% 0.89% -
XYZ 58.39 70.92 27.44 -
YUV 210.86 75.03 129.53 -
System Red Green Blue C M Y K H S L
Decimal 213 228 117 0.07 0 0.49 0.11 68.11 0.67 0.68
Hex D5 E4 75 7 0 31 B 44 43 44
Octal 325 344 165 7 0 61 13 104 103 104
Binary 11010101 11100100 1110101 111 0 110001 1011 1000100 1000011 1000100

Color Harmonies of #D5E475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5E475

Black with #D5E475

Text Example


Text Example

White with #D5E475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5E475; }

 p { color: rgb(213,228,117); }

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

background-color css

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

 a { background-color: rgb(213,228,117); }

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

border-color css

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

 span { border-color: rgb(213,228,117); }

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