Html Css Color HEX #74C57D De York

📋 copy color: '#74C57D'

red 116 ◦ green 197 ◦ blue 125

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

Shades of De York #74C57D

Tints of De York #74C57D

RGB

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

 GREEN value IS 197 (77.34% from 255) = 44.98%

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

R = 26.48%
G = 44.98%
B = 28.54%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.37

 K value IS 0.23

RGB Variations

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

Color information

#74C57D (or 0x74C57D) is known color: De York. HEX triplet: 74, C5 and 7D. RGB value is (116,197,125). Sum of RGB (Red+Green+Blue) = 116+197+125=438 (58% of max value = 765). Red value is 116 (45.70% from 255 or 26.48% from 438); Green value is 197 (77.34% from 255 or 44.98% from 438); Blue value is 125 (49.22% from 255 or 28.54% from 438); Max value from RGB is 197 - color contains mainly: green. Hex color #74C57D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74C57D is #8B3A82. Grayscale: #A4A4A4. Windows color (decimal): -9124483 or 8242548. OLE color: 8242548.

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

Color convert

RGB 116 197 125 -
CMYK 0.41 0 0.37 0.23
HSL 126.67º 0.41% 0.61% -
HSV(B) 126.67º 0.41% 0.77% -
XYZ 30.87 45.13 26.49 -
YUV 164.57 105.66 93.35 -
System Red Green Blue C M Y K H S L
Decimal 116 197 125 0.41 0 0.37 0.23 126.67 0.41 0.61
Hex 74 C5 7D 29 0 25 17 7F 29 3D
Octal 164 305 175 51 0 45 27 177 51 75
Binary 1110100 11000101 1111101 101001 0 100101 10111 1111111 101001 111101

Color Harmonies of #74C57D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74C57D

Black with #74C57D

Text Example


Text Example

White with #74C57D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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