Html Css Color HEX #D3EE75 Mindaro

📋 copy color: '#D3EE75'

red 211 ◦ green 238 ◦ blue 117

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

Shades of Mindaro #D3EE75

Tints of Mindaro #D3EE75

RGB

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

 GREEN value IS 238 (93.36% from 255) = 42.05%

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

R = 37.28%
G = 42.05%
B = 20.67%

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

#D3EE75 (or 0xD3EE75) is known color: Mindaro. HEX triplet: D3, EE and 75. RGB value is (211,238,117). Sum of RGB (Red+Green+Blue) = 211+238+117=566 (74% of max value = 765). Red value is 211 (82.81% from 255 or 37.28% from 566); Green value is 238 (93.36% from 255 or 42.05% from 566); Blue value is 117 (46.09% from 255 or 20.67% from 566); Max value from RGB is 238 - color contains mainly: green. Hex color #D3EE75 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D3EE75 is #2C118A. Grayscale: #D8D8D8. Windows color (decimal): -2888075 or 7728851. OLE color: 7728851.

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

Color convert

RGB 211 238 117 -
CMYK 0.11 0 0.51 0.07
HSL 73.39º 0.78% 0.7% -
HSV(B) 73.39º 0.51% 0.93% -
XYZ 60.65 76.28 28.36 -
YUV 216.13 72.05 124.34 -
System Red Green Blue C M Y K H S L
Decimal 211 238 117 0.11 0 0.51 0.07 73.39 0.78 0.7
Hex D3 EE 75 B 0 33 7 49 4E 46
Octal 323 356 165 13 0 63 7 111 116 106
Binary 11010011 11101110 1110101 1011 0 110011 111 1001001 1001110 1000110

Color Harmonies of #D3EE75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3EE75

Black with #D3EE75

Text Example


Text Example

White with #D3EE75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3EE75; }

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

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

background-color css

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

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

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

border-color css

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

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

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