Html Css Color HEX #74E7B7 Downy

📋 copy color: '#74E7B7'

red 116 ◦ green 231 ◦ blue 183

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

Shades of Downy #74E7B7

Tints of Downy #74E7B7

RGB

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

 GREEN value IS 231 (90.63% from 255) = 43.58%

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

R = 21.89%
G = 43.58%
B = 34.53%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.21

 K value IS 0.09

RGB Variations

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

Color information

#74E7B7 (or 0x74E7B7) is known color: Downy. HEX triplet: 74, E7 and B7. RGB value is (116,231,183). Sum of RGB (Red+Green+Blue) = 116+231+183=530 (70% of max value = 765). Red value is 116 (45.70% from 255 or 21.89% from 530); Green value is 231 (90.62% from 255 or 43.58% from 530); Blue value is 183 (71.88% from 255 or 34.53% from 530); Max value from RGB is 231 - color contains mainly: green. Hex color #74E7B7 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #74E7B7 is #8B1848. Grayscale: #BFBFBF. Windows color (decimal): -9115721 or 12052340. OLE color: 12052340.

HSL color Cylindrical-coordinate representation of color #74E7B7: hue angle of 154.96º degrees, saturation: 0.71, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #74E7B7 is Cyan = 0.50, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.09.

Color convert

RGB 116 231 183 -
CMYK 0.50 0 0.21 0.09
HSL 154.96º 0.71% 0.68% -
HSV(B) 154.96º 0.5% 0.91% -
XYZ 44.33 64.28 54.87 -
YUV 191.14 123.4 74.4 -
System Red Green Blue C M Y K H S L
Decimal 116 231 183 0.50 0 0.21 0.09 154.96 0.71 0.68
Hex 74 E7 B7 32 0 15 9 9B 47 44
Octal 164 347 267 62 0 25 11 233 107 104
Binary 1110100 11100111 10110111 110010 0 10101 1001 10011011 1000111 1000100

Color Harmonies of #74E7B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74E7B7

Black with #74E7B7

Text Example


Text Example

White with #74E7B7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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