Html Css Color HEX #74C480 De York

📋 copy color: '#74C480'

red 116 ◦ green 196 ◦ blue 128

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

Shades of De York #74C480

Tints of De York #74C480

RGB

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

 GREEN value IS 196 (76.95% from 255) = 44.55%

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

R = 26.36%
G = 44.55%
B = 29.09%

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

#74C480 (or 0x74C480) is known color: De York. HEX triplet: 74, C4 and 80. RGB value is (116,196,128). Sum of RGB (Red+Green+Blue) = 116+196+128=440 (58% of max value = 765). Red value is 116 (45.70% from 255 or 26.36% from 440); Green value is 196 (76.95% from 255 or 44.55% from 440); Blue value is 128 (50.39% from 255 or 29.09% from 440); Max value from RGB is 196 - color contains mainly: green. Hex color #74C480 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74C480 is #8B3B7F. Grayscale: #A4A4A4. Windows color (decimal): -9124736 or 8438900. OLE color: 8438900.

HSL color Cylindrical-coordinate representation of color #74C480: hue angle of 129º degrees, saturation: 0.4, 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 #74C480 is Cyan = 0.41, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.23.

Color convert

RGB 116 196 128 -
CMYK 0.41 0 0.35 0.23
HSL 129º 0.4% 0.61% -
HSV(B) 129º 0.41% 0.77% -
XYZ 30.84 44.75 27.43 -
YUV 164.33 107.5 93.53 -
System Red Green Blue C M Y K H S L
Decimal 116 196 128 0.41 0 0.35 0.23 129 0.4 0.61
Hex 74 C4 80 29 0 23 17 81 28 3D
Octal 164 304 200 51 0 43 27 201 50 75
Binary 1110100 11000100 10000000 101001 0 100011 10111 10000001 101000 111101

Color Harmonies of #74C480

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74C480

Black with #74C480

Text Example


Text Example

White with #74C480

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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