Html Css Color HEX #75EDB9 Downy

📋 copy color: '#75EDB9'

red 117 ◦ green 237 ◦ blue 185

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

Shades of Downy #75EDB9

Tints of Downy #75EDB9

RGB

 RED value IS 117 (46.09% from 255) = 21.71%

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

 BLUE value IS 185 (72.66% from 255) = 34.32%

R = 21.71%
G = 43.97%
B = 34.32%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.22

 K value IS 0.07

RGB Variations

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

Color information

#75EDB9 (or 0x75EDB9) is known color: Downy. HEX triplet: 75, ED and B9. RGB value is (117,237,185). Sum of RGB (Red+Green+Blue) = 117+237+185=539 (71% of max value = 765). Red value is 117 (46.09% from 255 or 21.71% from 539); Green value is 237 (92.97% from 255 or 43.97% from 539); Blue value is 185 (72.66% from 255 or 34.32% from 539); Max value from RGB is 237 - color contains mainly: green. Hex color #75EDB9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #75EDB9 is #8A1246. Grayscale: #C3C3C3. Windows color (decimal): -9048647 or 12184949. OLE color: 12184949.

HSL color Cylindrical-coordinate representation of color #75EDB9: hue angle of 154º 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 #75EDB9 is Cyan = 0.51, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.07.

Color convert

RGB 117 237 185 -
CMYK 0.51 0 0.22 0.07
HSL 154º 0.77% 0.69% -
HSV(B) 154º 0.51% 0.93% -
XYZ 46.38 67.85 56.55 -
YUV 195.19 122.24 72.23 -
System Red Green Blue C M Y K H S L
Decimal 117 237 185 0.51 0 0.22 0.07 154 0.77 0.69
Hex 75 ED B9 33 0 16 7 9A 4D 45
Octal 165 355 271 63 0 26 7 232 115 105
Binary 1110101 11101101 10111001 110011 0 10110 111 10011010 1001101 1000101

Color Harmonies of #75EDB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75EDB9

Black with #75EDB9

Text Example


Text Example

White with #75EDB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75EDB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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