Html Css Color HEX #D4E075 Mindaro

📋 copy color: '#D4E075'

red 212 ◦ green 224 ◦ blue 117

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

Shades of Mindaro #D4E075

Tints of Mindaro #D4E075

RGB

 RED value IS 212 (83.2% from 255) = 38.34%

 GREEN value IS 224 (87.89% from 255) = 40.51%

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

R = 38.34%
G = 40.51%
B = 21.16%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.48

 K value IS 0.12

RGB Variations

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

Color information

#D4E075 (or 0xD4E075) is known color: Mindaro. HEX triplet: D4, E0 and 75. RGB value is (212,224,117). Sum of RGB (Red+Green+Blue) = 212+224+117=553 (73% of max value = 765). Red value is 212 (83.20% from 255 or 38.34% from 553); Green value is 224 (87.89% from 255 or 40.51% from 553); Blue value is 117 (46.09% from 255 or 21.16% from 553); Max value from RGB is 224 - color contains mainly: green. Hex color #D4E075 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4E075 is #2B1F8A. Grayscale: #D0D0D0. Windows color (decimal): -2826123 or 7725268. OLE color: 7725268.

HSL color Cylindrical-coordinate representation of color #D4E075: hue angle of 66.73º degrees, saturation: 0.63, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D4E075 is Cyan = 0.05, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.12.

Color convert

RGB 212 224 117 -
CMYK 0.05 0 0.48 0.12
HSL 66.73º 0.63% 0.67% -
HSV(B) 66.73º 0.48% 0.88% -
XYZ 57.02 68.59 27.06 -
YUV 208.21 76.52 130.7 -
System Red Green Blue C M Y K H S L
Decimal 212 224 117 0.05 0 0.48 0.12 66.73 0.63 0.67
Hex D4 E0 75 5 0 30 C 43 3F 43
Octal 324 340 165 5 0 60 14 103 77 103
Binary 11010100 11100000 1110101 101 0 110000 1100 1000011 111111 1000011

Color Harmonies of #D4E075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4E075

Black with #D4E075

Text Example


Text Example

White with #D4E075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4E075; }

 p { color: rgb(212,224,117); }

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

background-color css

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

 a { background-color: rgb(212,224,117); }

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

border-color css

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

 span { border-color: rgb(212,224,117); }

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