Html Css Color HEX #D3E05D Mindaro

📋 copy color: '#D3E05D'

red 211 ◦ green 224 ◦ blue 93

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

Shades of Mindaro #D3E05D

Tints of Mindaro #D3E05D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 17.61%

R = 39.96%
G = 42.42%
B = 17.61%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.58

 K value IS 0.12

RGB Variations

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

Color information

#D3E05D (or 0xD3E05D) is known color: Mindaro. HEX triplet: D3, E0 and 5D. RGB value is (211,224,93). Sum of RGB (Red+Green+Blue) = 211+224+93=528 (69% of max value = 765). Red value is 211 (82.81% from 255 or 39.96% from 528); Green value is 224 (87.89% from 255 or 42.42% from 528); Blue value is 93 (36.72% from 255 or 17.61% from 528); Max value from RGB is 224 - color contains mainly: green. Hex color #D3E05D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D3E05D is #2C1FA2. Grayscale: #CDCDCD. Windows color (decimal): -2891683 or 6152403. OLE color: 6152403.

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

Color convert

RGB 211 224 93 -
CMYK 0.06 0 0.58 0.12
HSL 65.95º 0.68% 0.62% -
HSV(B) 65.95º 0.58% 0.88% -
XYZ 55.5 67.95 20.55 -
YUV 205.18 64.69 132.15 -
System Red Green Blue C M Y K H S L
Decimal 211 224 93 0.06 0 0.58 0.12 65.95 0.68 0.62
Hex D3 E0 5D 6 0 3A C 42 44 3E
Octal 323 340 135 6 0 72 14 102 104 76
Binary 11010011 11100000 1011101 110 0 111010 1100 1000010 1000100 111110

Color Harmonies of #D3E05D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3E05D

Black with #D3E05D

Text Example


Text Example

White with #D3E05D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3E05D; }

 p { color: rgb(211,224,93); }

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

background-color css

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

 a { background-color: rgb(211,224,93); }

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

border-color css

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

 span { border-color: rgb(211,224,93); }

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