Html Css Color HEX #74C27C De York

📋 copy color: '#74C27C'

red 116 ◦ green 194 ◦ blue 124

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

Shades of De York #74C27C

Tints of De York #74C27C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 28.57%

R = 26.73%
G = 44.7%
B = 28.57%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.36

 K value IS 0.24

RGB Variations

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

Color information

#74C27C (or 0x74C27C) is known color: De York. HEX triplet: 74, C2 and 7C. RGB value is (116,194,124). Sum of RGB (Red+Green+Blue) = 116+194+124=434 (57% of max value = 765). Red value is 116 (45.70% from 255 or 26.73% from 434); Green value is 194 (76.17% from 255 or 44.70% from 434); Blue value is 124 (48.83% from 255 or 28.57% from 434); Max value from RGB is 194 - color contains mainly: green. Hex color #74C27C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74C27C is #8B3D83. Grayscale: #A2A2A2. Windows color (decimal): -9125252 or 8176244. OLE color: 8176244.

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

Color convert

RGB 116 194 124 -
CMYK 0.40 0 0.36 0.24
HSL 126.15º 0.39% 0.61% -
HSV(B) 126.15º 0.4% 0.76% -
XYZ 30.13 43.75 25.93 -
YUV 162.7 106.16 94.69 -
System Red Green Blue C M Y K H S L
Decimal 116 194 124 0.40 0 0.36 0.24 126.15 0.39 0.61
Hex 74 C2 7C 28 0 24 18 7E 27 3D
Octal 164 302 174 50 0 44 30 176 47 75
Binary 1110100 11000010 1111100 101000 0 100100 11000 1111110 100111 111101

Color Harmonies of #74C27C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74C27C

Black with #74C27C

Text Example


Text Example

White with #74C27C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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