Html Css Color HEX #74C27A De York

📋 copy color: '#74C27A'

red 116 ◦ green 194 ◦ blue 122

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

Shades of De York #74C27A

Tints of De York #74C27A

RGB

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

 GREEN value IS 194 (76.17% from 255) = 44.91%

 BLUE value IS 122 (48.05% from 255) = 28.24%

R = 26.85%
G = 44.91%
B = 28.24%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.37

 K value IS 0.24

RGB Variations

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

Color information

#74C27A (or 0x74C27A) is known color: De York. HEX triplet: 74, C2 and 7A. RGB value is (116,194,122). Sum of RGB (Red+Green+Blue) = 116+194+122=432 (57% of max value = 765). Red value is 116 (45.70% from 255 or 26.85% from 432); Green value is 194 (76.17% from 255 or 44.91% from 432); Blue value is 122 (48.05% from 255 or 28.24% from 432); Max value from RGB is 194 - color contains mainly: green. Hex color #74C27A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74C27A is #8B3D85. Grayscale: #A2A2A2. Windows color (decimal): -9125254 or 8045172. OLE color: 8045172.

HSL color Cylindrical-coordinate representation of color #74C27A: hue angle of 124.62º degrees, saturation: 0.39, 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 #74C27A is Cyan = 0.40, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.24.

Color convert

RGB 116 194 122 -
CMYK 0.40 0 0.37 0.24
HSL 124.62º 0.39% 0.61% -
HSV(B) 124.62º 0.4% 0.76% -
XYZ 30.01 43.7 25.27 -
YUV 162.47 105.16 94.85 -
System Red Green Blue C M Y K H S L
Decimal 116 194 122 0.40 0 0.37 0.24 124.62 0.39 0.61
Hex 74 C2 7A 28 0 25 18 7D 27 3D
Octal 164 302 172 50 0 45 30 175 47 75
Binary 1110100 11000010 1111010 101000 0 100101 11000 1111101 100111 111101

Color Harmonies of #74C27A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74C27A

Black with #74C27A

Text Example


Text Example

White with #74C27A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,194,122); }

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

background-color css

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

 a { background-color: rgb(116,194,122); }

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

border-color css

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

 span { border-color: rgb(116,194,122); }

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