Html Css Color HEX #D3ED75 Mindaro

📋 copy color: '#D3ED75'

red 211 ◦ green 237 ◦ blue 117

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

Shades of Mindaro #D3ED75

Tints of Mindaro #D3ED75

RGB

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

 GREEN value IS 237 (92.97% from 255) = 41.95%

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

R = 37.35%
G = 41.95%
B = 20.71%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.51

 K value IS 0.07

RGB Variations

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

Color information

#D3ED75 (or 0xD3ED75) is known color: Mindaro. HEX triplet: D3, ED and 75. RGB value is (211,237,117). Sum of RGB (Red+Green+Blue) = 211+237+117=565 (74% of max value = 765). Red value is 211 (82.81% from 255 or 37.35% from 565); Green value is 237 (92.97% from 255 or 41.95% from 565); Blue value is 117 (46.09% from 255 or 20.71% from 565); Max value from RGB is 237 - color contains mainly: green. Hex color #D3ED75 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D3ED75 is #2C128A. Grayscale: #D8D8D8. Windows color (decimal): -2888331 or 7728595. OLE color: 7728595.

HSL color Cylindrical-coordinate representation of color #D3ED75: hue angle of 73º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D3ED75 is Cyan = 0.11, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.07.

Color convert

RGB 211 237 117 -
CMYK 0.11 0 0.51 0.07
HSL 73º 0.77% 0.69% -
HSV(B) 73º 0.51% 0.93% -
XYZ 60.36 75.7 28.26 -
YUV 215.55 72.39 124.76 -
System Red Green Blue C M Y K H S L
Decimal 211 237 117 0.11 0 0.51 0.07 73 0.77 0.69
Hex D3 ED 75 B 0 33 7 49 4D 45
Octal 323 355 165 13 0 63 7 111 115 105
Binary 11010011 11101101 1110101 1011 0 110011 111 1001001 1001101 1000101

Color Harmonies of #D3ED75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3ED75

Black with #D3ED75

Text Example


Text Example

White with #D3ED75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3ED75; }

 p { color: rgb(211,237,117); }

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

background-color css

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

 a { background-color: rgb(211,237,117); }

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

border-color css

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

 span { border-color: rgb(211,237,117); }

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