Html Css Color HEX #74C97B De York

📋 copy color: '#74C97B'

red 116 ◦ green 201 ◦ blue 123

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

Shades of De York #74C97B

Tints of De York #74C97B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 27.95%

R = 26.36%
G = 45.68%
B = 27.95%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.39

 K value IS 0.21

RGB Variations

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

Color information

#74C97B (or 0x74C97B) is known color: De York. HEX triplet: 74, C9 and 7B. RGB value is (116,201,123). Sum of RGB (Red+Green+Blue) = 116+201+123=440 (58% of max value = 765). Red value is 116 (45.70% from 255 or 26.36% from 440); Green value is 201 (78.91% from 255 or 45.68% from 440); Blue value is 123 (48.44% from 255 or 27.95% from 440); Max value from RGB is 201 - color contains mainly: green. Hex color #74C97B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74C97B is #8B3684. Grayscale: #A6A6A6. Windows color (decimal): -9123461 or 8112500. OLE color: 8112500.

HSL color Cylindrical-coordinate representation of color #74C97B: hue angle of 124.94º 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 #74C97B is Cyan = 0.42, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.21.

Color convert

RGB 116 201 123 -
CMYK 0.42 0 0.39 0.21
HSL 124.94º 0.44% 0.62% -
HSV(B) 124.94º 0.42% 0.79% -
XYZ 31.66 46.92 26.13 -
YUV 166.69 103.34 91.84 -
System Red Green Blue C M Y K H S L
Decimal 116 201 123 0.42 0 0.39 0.21 124.94 0.44 0.62
Hex 74 C9 7B 2A 0 27 15 7D 2C 3E
Octal 164 311 173 52 0 47 25 175 54 76
Binary 1110100 11001001 1111011 101010 0 100111 10101 1111101 101100 111110

Color Harmonies of #74C97B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74C97B

Black with #74C97B

Text Example


Text Example

White with #74C97B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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