Html Css Color HEX #74EDB7 Downy

📋 copy color: '#74EDB7'

red 116 ◦ green 237 ◦ blue 183

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

Shades of Downy #74EDB7

Tints of Downy #74EDB7

RGB

 RED value IS 116 (45.7% from 255) = 21.64%

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

 BLUE value IS 183 (71.88% from 255) = 34.14%

R = 21.64%
G = 44.22%
B = 34.14%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.23

 K value IS 0.07

RGB Variations

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

Color information

#74EDB7 (or 0x74EDB7) is known color: Downy. HEX triplet: 74, ED and B7. RGB value is (116,237,183). Sum of RGB (Red+Green+Blue) = 116+237+183=536 (70% of max value = 765). Red value is 116 (45.70% from 255 or 21.64% from 536); Green value is 237 (92.97% from 255 or 44.22% from 536); Blue value is 183 (71.88% from 255 or 34.14% from 536); Max value from RGB is 237 - color contains mainly: green. Hex color #74EDB7 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #74EDB7 is #8B1248. Grayscale: #C2C2C2. Windows color (decimal): -9114185 or 12053876. OLE color: 12053876.

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

Color convert

RGB 116 237 183 -
CMYK 0.51 0 0.23 0.07
HSL 153.22º 0.77% 0.69% -
HSV(B) 153.22º 0.51% 0.93% -
XYZ 46.03 67.7 55.44 -
YUV 194.67 121.41 71.89 -
System Red Green Blue C M Y K H S L
Decimal 116 237 183 0.51 0 0.23 0.07 153.22 0.77 0.69
Hex 74 ED B7 33 0 17 7 99 4D 45
Octal 164 355 267 63 0 27 7 231 115 105
Binary 1110100 11101101 10110111 110011 0 10111 111 10011001 1001101 1000101

Color Harmonies of #74EDB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74EDB7

Black with #74EDB7

Text Example


Text Example

White with #74EDB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74EDB7; }

 p { color: rgb(116,237,183); }

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

background-color css

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

 a { background-color: rgb(116,237,183); }

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

border-color css

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

 span { border-color: rgb(116,237,183); }

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