Html Css Color HEX #D3EB74 Mindaro

📋 copy color: '#D3EB74'

red 211 ◦ green 235 ◦ blue 116

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

Shades of Mindaro #D3EB74

Tints of Mindaro #D3EB74

RGB

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

 GREEN value IS 235 (92.19% from 255) = 41.81%

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

R = 37.54%
G = 41.81%
B = 20.64%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.51

 K value IS 0.08

RGB Variations

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

Color information

#D3EB74 (or 0xD3EB74) is known color: Mindaro. HEX triplet: D3, EB and 74. RGB value is (211,235,116). Sum of RGB (Red+Green+Blue) = 211+235+116=562 (74% of max value = 765). Red value is 211 (82.81% from 255 or 37.54% from 562); Green value is 235 (92.19% from 255 or 41.81% from 562); Blue value is 116 (45.70% from 255 or 20.64% from 562); Max value from RGB is 235 - color contains mainly: green. Hex color #D3EB74 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D3EB74 is #2C148B. Grayscale: #D6D6D6. Windows color (decimal): -2888844 or 7662547. OLE color: 7662547.

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

Color convert

RGB 211 235 116 -
CMYK 0.10 0 0.51 0.08
HSL 72.1º 0.75% 0.69% -
HSV(B) 72.1º 0.51% 0.92% -
XYZ 59.72 74.53 27.76 -
YUV 214.26 72.55 125.68 -
System Red Green Blue C M Y K H S L
Decimal 211 235 116 0.10 0 0.51 0.08 72.1 0.75 0.69
Hex D3 EB 74 A 0 33 8 48 4B 45
Octal 323 353 164 12 0 63 10 110 113 105
Binary 11010011 11101011 1110100 1010 0 110011 1000 1001000 1001011 1000101

Color Harmonies of #D3EB74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3EB74

Black with #D3EB74

Text Example


Text Example

White with #D3EB74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3EB74; }

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

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

background-color css

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

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

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

border-color css

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

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

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