Html Css Color HEX #74C180 De York

📋 copy color: '#74C180'

red 116 ◦ green 193 ◦ blue 128

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

Shades of De York #74C180

Tints of De York #74C180

RGB

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

 GREEN value IS 193 (75.78% from 255) = 44.16%

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

R = 26.54%
G = 44.16%
B = 29.29%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.34

 K value IS 0.24

RGB Variations

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

Color information

#74C180 (or 0x74C180) is known color: De York. HEX triplet: 74, C1 and 80. RGB value is (116,193,128). Sum of RGB (Red+Green+Blue) = 116+193+128=437 (57% of max value = 765). Red value is 116 (45.70% from 255 or 26.54% from 437); Green value is 193 (75.78% from 255 or 44.16% from 437); Blue value is 128 (50.39% from 255 or 29.29% from 437); Max value from RGB is 193 - color contains mainly: green. Hex color #74C180 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74C180 is #8B3E7F. Grayscale: #A2A2A2. Windows color (decimal): -9125504 or 8438132. OLE color: 8438132.

HSL color Cylindrical-coordinate representation of color #74C180: hue angle of 129.35º degrees, saturation: 0.38, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #74C180 is Cyan = 0.40, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.24.

Color convert

RGB 116 193 128 -
CMYK 0.40 0 0.34 0.24
HSL 129.35º 0.38% 0.61% -
HSV(B) 129.35º 0.4% 0.76% -
XYZ 30.17 43.41 27.21 -
YUV 162.57 108.49 94.79 -
System Red Green Blue C M Y K H S L
Decimal 116 193 128 0.40 0 0.34 0.24 129.35 0.38 0.61
Hex 74 C1 80 28 0 22 18 81 26 3D
Octal 164 301 200 50 0 42 30 201 46 75
Binary 1110100 11000001 10000000 101000 0 100010 11000 10000001 100110 111101

Color Harmonies of #74C180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74C180

Black with #74C180

Text Example


Text Example

White with #74C180

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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