Html Css Color HEX #82C377 De York

📋 copy color: '#82C377'

red 130 ◦ green 195 ◦ blue 119

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

Shades of De York #82C377

Tints of De York #82C377

RGB

 RED value IS 130 (51.17% from 255) = 29.28%

 GREEN value IS 195 (76.56% from 255) = 43.92%

 BLUE value IS 119 (46.88% from 255) = 26.8%

R = 29.28%
G = 43.92%
B = 26.8%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.39

 K value IS 0.24

RGB Variations

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

Color information

#82C377 (or 0x82C377) is known color: De York. HEX triplet: 82, C3 and 77. RGB value is (130,195,119). Sum of RGB (Red+Green+Blue) = 130+195+119=444 (58% of max value = 765). Red value is 130 (51.17% from 255 or 29.28% from 444); Green value is 195 (76.56% from 255 or 43.92% from 444); Blue value is 119 (46.88% from 255 or 26.80% from 444); Max value from RGB is 195 - color contains mainly: green. Hex color #82C377 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82C377 is #7D3C88. Grayscale: #A7A7A7. Windows color (decimal): -8207497 or 7848834. OLE color: 7848834.

HSL color Cylindrical-coordinate representation of color #82C377: hue angle of 111.32º degrees, saturation: 0.39, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #82C377 is Cyan = 0.33, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.24.

Color convert

RGB 130 195 119 -
CMYK 0.33 0 0.39 0.24
HSL 111.32º 0.39% 0.62% -
HSV(B) 111.32º 0.39% 0.76% -
XYZ 32.05 45.11 24.47 -
YUV 166.9 100.97 101.68 -
System Red Green Blue C M Y K H S L
Decimal 130 195 119 0.33 0 0.39 0.24 111.32 0.39 0.62
Hex 82 C3 77 21 0 27 18 6F 27 3E
Octal 202 303 167 41 0 47 30 157 47 76
Binary 10000010 11000011 1110111 100001 0 100111 11000 1101111 100111 111110

Color Harmonies of #82C377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82C377

Black with #82C377

Text Example


Text Example

White with #82C377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82C377; }

 p { color: rgb(130,195,119); }

 H1.HeaderClassName
 {
   color: #82C377;
 }
 .AnyTagClassName
 {
   color: #82C377;
 }
</style>

background-color css

<style>
 a { background-color: #82C377; }

 a { background-color: rgb(130,195,119); }

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

border-color css

<style>
 span { border-color: #82C377; }

 span { border-color: rgb(130,195,119); }

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