Html Css Color HEX #74C580 De York

📋 copy color: '#74C580'

red 116 ◦ green 197 ◦ blue 128

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

Shades of De York #74C580

Tints of De York #74C580

RGB

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

 GREEN value IS 197 (77.34% from 255) = 44.67%

 BLUE value IS 128 (50.39% from 255) = 29.02%

R = 26.3%
G = 44.67%
B = 29.02%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.35

 K value IS 0.23

RGB Variations

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

Color information

#74C580 (or 0x74C580) is known color: De York. HEX triplet: 74, C5 and 80. RGB value is (116,197,128). Sum of RGB (Red+Green+Blue) = 116+197+128=441 (58% of max value = 765). Red value is 116 (45.70% from 255 or 26.30% from 441); Green value is 197 (77.34% from 255 or 44.67% from 441); Blue value is 128 (50.39% from 255 or 29.02% from 441); Max value from RGB is 197 - color contains mainly: green. Hex color #74C580 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74C580 is #8B3A7F. Grayscale: #A5A5A5. Windows color (decimal): -9124480 or 8439156. OLE color: 8439156.

HSL color Cylindrical-coordinate representation of color #74C580: hue angle of 128.89º degrees, saturation: 0.41, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #74C580 is Cyan = 0.41, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.23.

Color convert

RGB 116 197 128 -
CMYK 0.41 0 0.35 0.23
HSL 128.89º 0.41% 0.61% -
HSV(B) 128.89º 0.41% 0.77% -
XYZ 31.06 45.2 27.51 -
YUV 164.92 107.16 93.11 -
System Red Green Blue C M Y K H S L
Decimal 116 197 128 0.41 0 0.35 0.23 128.89 0.41 0.61
Hex 74 C5 80 29 0 23 17 81 29 3D
Octal 164 305 200 51 0 43 27 201 51 75
Binary 1110100 11000101 10000000 101001 0 100011 10111 10000001 101001 111101

Color Harmonies of #74C580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74C580

Black with #74C580

Text Example


Text Example

White with #74C580

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,197,128); }

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

background-color css

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

 a { background-color: rgb(116,197,128); }

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

border-color css

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

 span { border-color: rgb(116,197,128); }

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