Html Css Color HEX #82C47B De York

📋 copy color: '#82C47B'

red 130 ◦ green 196 ◦ blue 123

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

Shades of De York #82C47B

Tints of De York #82C47B

RGB

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

 GREEN value IS 196 (76.95% from 255) = 43.65%

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

R = 28.95%
G = 43.65%
B = 27.39%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.37

 K value IS 0.23

RGB Variations

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

Color information

#82C47B (or 0x82C47B) is known color: De York. HEX triplet: 82, C4 and 7B. RGB value is (130,196,123). Sum of RGB (Red+Green+Blue) = 130+196+123=449 (59% of max value = 765). Red value is 130 (51.17% from 255 or 28.95% from 449); Green value is 196 (76.95% from 255 or 43.65% from 449); Blue value is 123 (48.44% from 255 or 27.39% from 449); Max value from RGB is 196 - color contains mainly: green. Hex color #82C47B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82C47B is #7D3B84. Grayscale: #A8A8A8. Windows color (decimal): -8207237 or 8111234. OLE color: 8111234.

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

Color convert

RGB 130 196 123 -
CMYK 0.34 0 0.37 0.23
HSL 114.25º 0.38% 0.63% -
HSV(B) 114.25º 0.37% 0.77% -
XYZ 32.52 45.66 25.84 -
YUV 167.94 102.63 100.94 -
System Red Green Blue C M Y K H S L
Decimal 130 196 123 0.34 0 0.37 0.23 114.25 0.38 0.63
Hex 82 C4 7B 22 0 25 17 72 26 3F
Octal 202 304 173 42 0 45 27 162 46 77
Binary 10000010 11000100 1111011 100010 0 100101 10111 1110010 100110 111111

Color Harmonies of #82C47B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82C47B

Black with #82C47B

Text Example


Text Example

White with #82C47B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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