Html Css Color HEX #74C87E De York

📋 copy color: '#74C87E'

red 116 ◦ green 200 ◦ blue 126

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

Shades of De York #74C87E

Tints of De York #74C87E

RGB

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

 GREEN value IS 200 (78.52% from 255) = 45.25%

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

R = 26.24%
G = 45.25%
B = 28.51%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.37

 K value IS 0.22

RGB Variations

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

Color information

#74C87E (or 0x74C87E) is known color: De York. HEX triplet: 74, C8 and 7E. RGB value is (116,200,126). Sum of RGB (Red+Green+Blue) = 116+200+126=442 (58% of max value = 765). Red value is 116 (45.70% from 255 or 26.24% from 442); Green value is 200 (78.52% from 255 or 45.25% from 442); Blue value is 126 (49.61% from 255 or 28.51% from 442); Max value from RGB is 200 - color contains mainly: green. Hex color #74C87E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74C87E is #8B3781. Grayscale: #A6A6A6. Windows color (decimal): -9123714 or 8308852. OLE color: 8308852.

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

Color convert

RGB 116 200 126 -
CMYK 0.42 0 0.37 0.22
HSL 127.14º 0.43% 0.62% -
HSV(B) 127.14º 0.42% 0.78% -
XYZ 31.62 46.53 27.05 -
YUV 166.45 105.17 92.02 -
System Red Green Blue C M Y K H S L
Decimal 116 200 126 0.42 0 0.37 0.22 127.14 0.43 0.62
Hex 74 C8 7E 2A 0 25 16 7F 2B 3E
Octal 164 310 176 52 0 45 26 177 53 76
Binary 1110100 11001000 1111110 101010 0 100101 10110 1111111 101011 111110

Color Harmonies of #74C87E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74C87E

Black with #74C87E

Text Example


Text Example

White with #74C87E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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