Html Css Color HEX #D5E774 Mindaro

📋 copy color: '#D5E774'

red 213 ◦ green 231 ◦ blue 116

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

Shades of Mindaro #D5E774

Tints of Mindaro #D5E774

RGB

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

 GREEN value IS 231 (90.63% from 255) = 41.25%

 BLUE value IS 116 (45.7% from 255) = 20.71%

R = 38.04%
G = 41.25%
B = 20.71%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.50

 K value IS 0.09

RGB Variations

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

Color information

#D5E774 (or 0xD5E774) is known color: Mindaro. HEX triplet: D5, E7 and 74. RGB value is (213,231,116). Sum of RGB (Red+Green+Blue) = 213+231+116=560 (74% of max value = 765). Red value is 213 (83.59% from 255 or 38.04% from 560); Green value is 231 (90.62% from 255 or 41.25% from 560); Blue value is 116 (45.70% from 255 or 20.71% from 560); Max value from RGB is 231 - color contains mainly: green. Hex color #D5E774 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D5E774 is #2A188B. Grayscale: #D4D4D4. Windows color (decimal): -2758796 or 7661525. OLE color: 7661525.

HSL color Cylindrical-coordinate representation of color #D5E774: hue angle of 69.39º degrees, saturation: 0.71, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D5E774 is Cyan = 0.08, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.09.

Color convert

RGB 213 231 116 -
CMYK 0.08 0 0.50 0.09
HSL 69.39º 0.71% 0.68% -
HSV(B) 69.39º 0.5% 0.91% -
XYZ 59.17 72.56 27.41 -
YUV 212.51 73.54 128.35 -
System Red Green Blue C M Y K H S L
Decimal 213 231 116 0.08 0 0.50 0.09 69.39 0.71 0.68
Hex D5 E7 74 8 0 32 9 45 47 44
Octal 325 347 164 10 0 62 11 105 107 104
Binary 11010101 11100111 1110100 1000 0 110010 1001 1000101 1000111 1000100

Color Harmonies of #D5E774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5E774

Black with #D5E774

Text Example


Text Example

White with #D5E774

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5E774; }

 p { color: rgb(213,231,116); }

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

background-color css

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

 a { background-color: rgb(213,231,116); }

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

border-color css

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

 span { border-color: rgb(213,231,116); }

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