Html Css Color HEX #D5E674 Mindaro

📋 copy color: '#D5E674'

red 213 ◦ green 230 ◦ blue 116

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

Shades of Mindaro #D5E674

Tints of Mindaro #D5E674

RGB

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

 GREEN value IS 230 (90.23% from 255) = 41.14%

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

R = 38.1%
G = 41.14%
B = 20.75%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.50

 K value IS 0.10

RGB Variations

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

Color information

#D5E674 (or 0xD5E674) is known color: Mindaro. HEX triplet: D5, E6 and 74. RGB value is (213,230,116). Sum of RGB (Red+Green+Blue) = 213+230+116=559 (74% of max value = 765). Red value is 213 (83.59% from 255 or 38.10% from 559); Green value is 230 (90.23% from 255 or 41.14% from 559); Blue value is 116 (45.70% from 255 or 20.75% from 559); Max value from RGB is 230 - color contains mainly: green. Hex color #D5E674 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D5E674 is #2A198B. Grayscale: #D4D4D4. Windows color (decimal): -2759052 or 7661269. OLE color: 7661269.

HSL color Cylindrical-coordinate representation of color #D5E674: hue angle of 68.95º degrees, saturation: 0.7, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D5E674 is Cyan = 0.07, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.10.

Color convert

RGB 213 230 116 -
CMYK 0.07 0 0.50 0.10
HSL 68.95º 0.7% 0.68% -
HSV(B) 68.95º 0.5% 0.9% -
XYZ 58.89 72 27.32 -
YUV 211.92 73.87 128.77 -
System Red Green Blue C M Y K H S L
Decimal 213 230 116 0.07 0 0.50 0.10 68.95 0.7 0.68
Hex D5 E6 74 7 0 32 A 45 46 44
Octal 325 346 164 7 0 62 12 105 106 104
Binary 11010101 11100110 1110100 111 0 110010 1010 1000101 1000110 1000100

Color Harmonies of #D5E674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5E674

Black with #D5E674

Text Example


Text Example

White with #D5E674

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5E674; }

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

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

background-color css

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

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

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

border-color css

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

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

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