Html Css Color HEX #74C882 De York

📋 copy color: '#74C882'

red 116 ◦ green 200 ◦ blue 130

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

Shades of De York #74C882

Tints of De York #74C882

RGB

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

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

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

R = 26.01%
G = 44.84%
B = 29.15%

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

#74C882 (or 0x74C882) is known color: De York. HEX triplet: 74, C8 and 82. RGB value is (116,200,130). Sum of RGB (Red+Green+Blue) = 116+200+130=446 (59% of max value = 765). Red value is 116 (45.70% from 255 or 26.01% from 446); Green value is 200 (78.52% from 255 or 44.84% from 446); Blue value is 130 (51.17% from 255 or 29.15% from 446); Max value from RGB is 200 - color contains mainly: green. Hex color #74C882 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74C882 is #8B377D. Grayscale: #A7A7A7. Windows color (decimal): -9123710 or 8570996. OLE color: 8570996.

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

Color convert

RGB 116 200 130 -
CMYK 0.42 0 0.35 0.22
HSL 130º 0.43% 0.62% -
HSV(B) 130º 0.42% 0.78% -
XYZ 31.89 46.63 28.44 -
YUV 166.9 107.17 91.69 -
System Red Green Blue C M Y K H S L
Decimal 116 200 130 0.42 0 0.35 0.22 130 0.43 0.62
Hex 74 C8 82 2A 0 23 16 82 2B 3E
Octal 164 310 202 52 0 43 26 202 53 76
Binary 1110100 11001000 10000010 101010 0 100011 10110 10000010 101011 111110

Color Harmonies of #74C882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74C882

Black with #74C882

Text Example


Text Example

White with #74C882

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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