Html Css Color HEX #82C37B De York

📋 copy color: '#82C37B'

red 130 ◦ green 195 ◦ blue 123

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

Shades of De York #82C37B

Tints of De York #82C37B

RGB

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

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

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

R = 29.02%
G = 43.53%
B = 27.46%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.37

 K value IS 0.24

RGB Variations

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

Color information

#82C37B (or 0x82C37B) is known color: De York. HEX triplet: 82, C3 and 7B. RGB value is (130,195,123). Sum of RGB (Red+Green+Blue) = 130+195+123=448 (59% of max value = 765). Red value is 130 (51.17% from 255 or 29.02% from 448); Green value is 195 (76.56% from 255 or 43.53% from 448); Blue value is 123 (48.44% from 255 or 27.46% from 448); Max value from RGB is 195 - color contains mainly: green. Hex color #82C37B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82C37B is #7D3C84. Grayscale: #A7A7A7. Windows color (decimal): -8207493 or 8110978. OLE color: 8110978.

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

Color convert

RGB 130 195 123 -
CMYK 0.33 0 0.37 0.24
HSL 114.17º 0.38% 0.62% -
HSV(B) 114.17º 0.37% 0.76% -
XYZ 32.3 45.21 25.76 -
YUV 167.36 102.97 101.35 -
System Red Green Blue C M Y K H S L
Decimal 130 195 123 0.33 0 0.37 0.24 114.17 0.38 0.62
Hex 82 C3 7B 21 0 25 18 72 26 3E
Octal 202 303 173 41 0 45 30 162 46 76
Binary 10000010 11000011 1111011 100001 0 100101 11000 1110010 100110 111110

Color Harmonies of #82C37B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82C37B

Black with #82C37B

Text Example


Text Example

White with #82C37B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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