Html Css Color HEX #D3EA74 Mindaro

📋 copy color: '#D3EA74'

red 211 ◦ green 234 ◦ blue 116

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

Shades of Mindaro #D3EA74

Tints of Mindaro #D3EA74

RGB

 RED value IS 211 (82.81% from 255) = 37.61%

 GREEN value IS 234 (91.8% from 255) = 41.71%

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

R = 37.61%
G = 41.71%
B = 20.68%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.50

 K value IS 0.08

RGB Variations

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

Color information

#D3EA74 (or 0xD3EA74) is known color: Mindaro. HEX triplet: D3, EA and 74. RGB value is (211,234,116). Sum of RGB (Red+Green+Blue) = 211+234+116=561 (74% of max value = 765). Red value is 211 (82.81% from 255 or 37.61% from 561); Green value is 234 (91.80% from 255 or 41.71% from 561); Blue value is 116 (45.70% from 255 or 20.68% from 561); Max value from RGB is 234 - color contains mainly: green. Hex color #D3EA74 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D3EA74 is #2C158B. Grayscale: #D6D6D6. Windows color (decimal): -2889100 or 7662291. OLE color: 7662291.

HSL color Cylindrical-coordinate representation of color #D3EA74: hue angle of 71.69º degrees, saturation: 0.74, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D3EA74 is Cyan = 0.10, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.08.

Color convert

RGB 211 234 116 -
CMYK 0.10 0 0.50 0.08
HSL 71.69º 0.74% 0.69% -
HSV(B) 71.69º 0.5% 0.92% -
XYZ 59.44 73.96 27.67 -
YUV 213.67 72.88 126.09 -
System Red Green Blue C M Y K H S L
Decimal 211 234 116 0.10 0 0.50 0.08 71.69 0.74 0.69
Hex D3 EA 74 A 0 32 8 48 4A 45
Octal 323 352 164 12 0 62 10 110 112 105
Binary 11010011 11101010 1110100 1010 0 110010 1000 1001000 1001010 1000101

Color Harmonies of #D3EA74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3EA74

Black with #D3EA74

Text Example


Text Example

White with #D3EA74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3EA74; }

 p { color: rgb(211,234,116); }

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

background-color css

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

 a { background-color: rgb(211,234,116); }

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

border-color css

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

 span { border-color: rgb(211,234,116); }

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