Html Css Color HEX #82C378 De York

📋 copy color: '#82C378'

red 130 ◦ green 195 ◦ blue 120

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

Shades of De York #82C378

Tints of De York #82C378

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 26.97%

R = 29.21%
G = 43.82%
B = 26.97%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.38

 K value IS 0.24

RGB Variations

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

Color information

#82C378 (or 0x82C378) is known color: De York. HEX triplet: 82, C3 and 78. RGB value is (130,195,120). Sum of RGB (Red+Green+Blue) = 130+195+120=445 (58% of max value = 765). Red value is 130 (51.17% from 255 or 29.21% from 445); Green value is 195 (76.56% from 255 or 43.82% from 445); Blue value is 120 (47.27% from 255 or 26.97% from 445); Max value from RGB is 195 - color contains mainly: green. Hex color #82C378 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82C378 is #7D3C87. Grayscale: #A7A7A7. Windows color (decimal): -8207496 or 7914370. OLE color: 7914370.

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

Color convert

RGB 130 195 120 -
CMYK 0.33 0 0.38 0.24
HSL 112º 0.38% 0.62% -
HSV(B) 112º 0.38% 0.76% -
XYZ 32.11 45.13 24.79 -
YUV 167.02 101.47 101.6 -
System Red Green Blue C M Y K H S L
Decimal 130 195 120 0.33 0 0.38 0.24 112 0.38 0.62
Hex 82 C3 78 21 0 26 18 70 26 3E
Octal 202 303 170 41 0 46 30 160 46 76
Binary 10000010 11000011 1111000 100001 0 100110 11000 1110000 100110 111110

Color Harmonies of #82C378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82C378

Black with #82C378

Text Example


Text Example

White with #82C378

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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