Html Css Color HEX #74C17D De York

📋 copy color: '#74C17D'

red 116 ◦ green 193 ◦ blue 125

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

Shades of De York #74C17D

Tints of De York #74C17D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 28.8%

R = 26.73%
G = 44.47%
B = 28.8%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.35

 K value IS 0.24

RGB Variations

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

Color information

#74C17D (or 0x74C17D) is known color: De York. HEX triplet: 74, C1 and 7D. RGB value is (116,193,125). Sum of RGB (Red+Green+Blue) = 116+193+125=434 (57% of max value = 765). Red value is 116 (45.70% from 255 or 26.73% from 434); Green value is 193 (75.78% from 255 or 44.47% from 434); Blue value is 125 (49.22% from 255 or 28.80% from 434); Max value from RGB is 193 - color contains mainly: green. Hex color #74C17D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74C17D is #8B3E82. Grayscale: #A2A2A2. Windows color (decimal): -9125507 or 8241524. OLE color: 8241524.

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

Color convert

RGB 116 193 125 -
CMYK 0.40 0 0.35 0.24
HSL 127.01º 0.38% 0.61% -
HSV(B) 127.01º 0.4% 0.76% -
XYZ 29.97 43.33 26.19 -
YUV 162.23 106.99 95.03 -
System Red Green Blue C M Y K H S L
Decimal 116 193 125 0.40 0 0.35 0.24 127.01 0.38 0.61
Hex 74 C1 7D 28 0 23 18 7F 26 3D
Octal 164 301 175 50 0 43 30 177 46 75
Binary 1110100 11000001 1111101 101000 0 100011 11000 1111111 100110 111101

Color Harmonies of #74C17D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74C17D

Black with #74C17D

Text Example


Text Example

White with #74C17D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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