Html Css Color HEX #74C97E De York

📋 copy color: '#74C97E'

red 116 ◦ green 201 ◦ blue 126

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

Shades of De York #74C97E

Tints of De York #74C97E

RGB

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

 GREEN value IS 201 (78.91% from 255) = 45.37%

 BLUE value IS 126 (49.61% from 255) = 28.44%

R = 26.19%
G = 45.37%
B = 28.44%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.37

 K value IS 0.21

RGB Variations

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

Color information

#74C97E (or 0x74C97E) is known color: De York. HEX triplet: 74, C9 and 7E. RGB value is (116,201,126). Sum of RGB (Red+Green+Blue) = 116+201+126=443 (58% of max value = 765). Red value is 116 (45.70% from 255 or 26.19% from 443); Green value is 201 (78.91% from 255 or 45.37% from 443); Blue value is 126 (49.61% from 255 or 28.44% from 443); Max value from RGB is 201 - color contains mainly: green. Hex color #74C97E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74C97E is #8B3681. Grayscale: #A7A7A7. Windows color (decimal): -9123458 or 8309108. OLE color: 8309108.

HSL color Cylindrical-coordinate representation of color #74C97E: hue angle of 127.06º degrees, saturation: 0.44, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #74C97E is Cyan = 0.42, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.21.

Color convert

RGB 116 201 126 -
CMYK 0.42 0 0.37 0.21
HSL 127.06º 0.44% 0.62% -
HSV(B) 127.06º 0.42% 0.79% -
XYZ 31.86 46.99 27.13 -
YUV 167.04 104.84 91.6 -
System Red Green Blue C M Y K H S L
Decimal 116 201 126 0.42 0 0.37 0.21 127.06 0.44 0.62
Hex 74 C9 7E 2A 0 25 15 7F 2C 3E
Octal 164 311 176 52 0 45 25 177 54 76
Binary 1110100 11001001 1111110 101010 0 100101 10101 1111111 101100 111110

Color Harmonies of #74C97E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74C97E

Black with #74C97E

Text Example


Text Example

White with #74C97E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,201,126); }

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

background-color css

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

 a { background-color: rgb(116,201,126); }

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

border-color css

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

 span { border-color: rgb(116,201,126); }

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