Html Css Color HEX #74C779 De York

📋 copy color: '#74C779'

red 116 ◦ green 199 ◦ blue 121

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

Shades of De York #74C779

Tints of De York #74C779

RGB

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

 GREEN value IS 199 (78.13% from 255) = 45.64%

 BLUE value IS 121 (47.66% from 255) = 27.75%

R = 26.61%
G = 45.64%
B = 27.75%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.39

 K value IS 0.22

RGB Variations

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

Color information

#74C779 (or 0x74C779) is known color: De York. HEX triplet: 74, C7 and 79. RGB value is (116,199,121). Sum of RGB (Red+Green+Blue) = 116+199+121=436 (57% of max value = 765). Red value is 116 (45.70% from 255 or 26.61% from 436); Green value is 199 (78.12% from 255 or 45.64% from 436); Blue value is 121 (47.66% from 255 or 27.75% from 436); Max value from RGB is 199 - color contains mainly: green. Hex color #74C779 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74C779 is #8B3886. Grayscale: #A5A5A5. Windows color (decimal): -9123975 or 7980916. OLE color: 7980916.

HSL color Cylindrical-coordinate representation of color #74C779: hue angle of 123.61º degrees, saturation: 0.43, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #74C779 is Cyan = 0.42, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.22.

Color convert

RGB 116 199 121 -
CMYK 0.42 0 0.39 0.22
HSL 123.61º 0.43% 0.62% -
HSV(B) 123.61º 0.42% 0.78% -
XYZ 31.08 45.94 25.32 -
YUV 165.29 103 92.84 -
System Red Green Blue C M Y K H S L
Decimal 116 199 121 0.42 0 0.39 0.22 123.61 0.43 0.62
Hex 74 C7 79 2A 0 27 16 7C 2B 3E
Octal 164 307 171 52 0 47 26 174 53 76
Binary 1110100 11000111 1111001 101010 0 100111 10110 1111100 101011 111110

Color Harmonies of #74C779

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74C779

Black with #74C779

Text Example


Text Example

White with #74C779

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,199,121); }

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

background-color css

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

 a { background-color: rgb(116,199,121); }

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

border-color css

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

 span { border-color: rgb(116,199,121); }

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