Html Css Color HEX #74C782 De York

📋 copy color: '#74C782'

red 116 ◦ green 199 ◦ blue 130

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

Shades of De York #74C782

Tints of De York #74C782

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 29.21%

R = 26.07%
G = 44.72%
B = 29.21%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.35

 K value IS 0.22

RGB Variations

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

Color information

#74C782 (or 0x74C782) is known color: De York. HEX triplet: 74, C7 and 82. RGB value is (116,199,130). Sum of RGB (Red+Green+Blue) = 116+199+130=445 (58% of max value = 765). Red value is 116 (45.70% from 255 or 26.07% from 445); Green value is 199 (78.12% from 255 or 44.72% from 445); Blue value is 130 (51.17% from 255 or 29.21% from 445); Max value from RGB is 199 - color contains mainly: green. Hex color #74C782 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74C782 is #8B387D. Grayscale: #A6A6A6. Windows color (decimal): -9123966 or 8570740. OLE color: 8570740.

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

Color convert

RGB 116 199 130 -
CMYK 0.42 0 0.35 0.22
HSL 130.12º 0.43% 0.62% -
HSV(B) 130.12º 0.42% 0.78% -
XYZ 31.66 46.17 28.36 -
YUV 166.32 107.5 92.11 -
System Red Green Blue C M Y K H S L
Decimal 116 199 130 0.42 0 0.35 0.22 130.12 0.43 0.62
Hex 74 C7 82 2A 0 23 16 82 2B 3E
Octal 164 307 202 52 0 43 26 202 53 76
Binary 1110100 11000111 10000010 101010 0 100011 10110 10000010 101011 111110

Color Harmonies of #74C782

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74C782

Black with #74C782

Text Example


Text Example

White with #74C782

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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