Html Css Color HEX #D3E15B Mindaro

📋 copy color: '#D3E15B'

red 211 ◦ green 225 ◦ blue 91

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

Shades of Mindaro #D3E15B

Tints of Mindaro #D3E15B

RGB

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

 GREEN value IS 225 (88.28% from 255) = 42.69%

 BLUE value IS 91 (35.94% from 255) = 17.27%

R = 40.04%
G = 42.69%
B = 17.27%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.60

 K value IS 0.12

RGB Variations

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

Color information

#D3E15B (or 0xD3E15B) is known color: Mindaro. HEX triplet: D3, E1 and 5B. RGB value is (211,225,91). Sum of RGB (Red+Green+Blue) = 211+225+91=527 (69% of max value = 765). Red value is 211 (82.81% from 255 or 40.04% from 527); Green value is 225 (88.28% from 255 or 42.69% from 527); Blue value is 91 (35.94% from 255 or 17.27% from 527); Max value from RGB is 225 - color contains mainly: green. Hex color #D3E15B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D3E15B is #2C1EA4. Grayscale: #CECECE. Windows color (decimal): -2891429 or 6021587. OLE color: 6021587.

HSL color Cylindrical-coordinate representation of color #D3E15B: hue angle of 66.27º degrees, saturation: 0.69, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D3E15B is Cyan = 0.06, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.12.

Color convert

RGB 211 225 91 -
CMYK 0.06 0 0.60 0.12
HSL 66.27º 0.69% 0.62% -
HSV(B) 66.27º 0.6% 0.88% -
XYZ 55.68 68.45 20.18 -
YUV 205.54 63.36 131.9 -
System Red Green Blue C M Y K H S L
Decimal 211 225 91 0.06 0 0.60 0.12 66.27 0.69 0.62
Hex D3 E1 5B 6 0 3C C 42 45 3E
Octal 323 341 133 6 0 74 14 102 105 76
Binary 11010011 11100001 1011011 110 0 111100 1100 1000010 1000101 111110

Color Harmonies of #D3E15B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3E15B

Black with #D3E15B

Text Example


Text Example

White with #D3E15B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3E15B; }

 p { color: rgb(211,225,91); }

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

background-color css

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

 a { background-color: rgb(211,225,91); }

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

border-color css

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

 span { border-color: rgb(211,225,91); }

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