Html Css Color HEX #82C57B De York

📋 copy color: '#82C57B'

red 130 ◦ green 197 ◦ blue 123

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

Shades of De York #82C57B

Tints of De York #82C57B

RGB

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

 GREEN value IS 197 (77.34% from 255) = 43.78%

 BLUE value IS 123 (48.44% from 255) = 27.33%

R = 28.89%
G = 43.78%
B = 27.33%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.38

 K value IS 0.23

RGB Variations

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

Color information

#82C57B (or 0x82C57B) is known color: De York. HEX triplet: 82, C5 and 7B. RGB value is (130,197,123). Sum of RGB (Red+Green+Blue) = 130+197+123=450 (59% of max value = 765). Red value is 130 (51.17% from 255 or 28.89% from 450); Green value is 197 (77.34% from 255 or 43.78% from 450); Blue value is 123 (48.44% from 255 or 27.33% from 450); Max value from RGB is 197 - color contains mainly: green. Hex color #82C57B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82C57B is #7D3A84. Grayscale: #A8A8A8. Windows color (decimal): -8206981 or 8111490. OLE color: 8111490.

HSL color Cylindrical-coordinate representation of color #82C57B: hue angle of 114.32º degrees, saturation: 0.39, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #82C57B is Cyan = 0.34, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.23.

Color convert

RGB 130 197 123 -
CMYK 0.34 0 0.38 0.23
HSL 114.32º 0.39% 0.63% -
HSV(B) 114.32º 0.38% 0.77% -
XYZ 32.75 46.11 25.91 -
YUV 168.53 102.3 100.52 -
System Red Green Blue C M Y K H S L
Decimal 130 197 123 0.34 0 0.38 0.23 114.32 0.39 0.63
Hex 82 C5 7B 22 0 26 17 72 27 3F
Octal 202 305 173 42 0 46 27 162 47 77
Binary 10000010 11000101 1111011 100010 0 100110 10111 1110010 100111 111111

Color Harmonies of #82C57B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82C57B

Black with #82C57B

Text Example


Text Example

White with #82C57B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,197,123); }

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

background-color css

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

 a { background-color: rgb(130,197,123); }

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

border-color css

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

 span { border-color: rgb(130,197,123); }

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