Html Css Color HEX #82C288 De York

📋 copy color: '#82C288'

red 130 ◦ green 194 ◦ blue 136

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

Shades of De York #82C288

Tints of De York #82C288

RGB

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

 GREEN value IS 194 (76.17% from 255) = 42.17%

 BLUE value IS 136 (53.52% from 255) = 29.57%

R = 28.26%
G = 42.17%
B = 29.57%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.30

 K value IS 0.24

RGB Variations

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

Color information

#82C288 (or 0x82C288) is known color: De York. HEX triplet: 82, C2 and 88. RGB value is (130,194,136). Sum of RGB (Red+Green+Blue) = 130+194+136=460 (60% of max value = 765). Red value is 130 (51.17% from 255 or 28.26% from 460); Green value is 194 (76.17% from 255 or 42.17% from 460); Blue value is 136 (53.52% from 255 or 29.57% from 460); Max value from RGB is 194 - color contains mainly: green. Hex color #82C288 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82C288 is #7D3D77. Grayscale: #A8A8A8. Windows color (decimal): -8207736 or 8962690. OLE color: 8962690.

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

Color convert

RGB 130 194 136 -
CMYK 0.33 0 0.30 0.24
HSL 125.63º 0.34% 0.64% -
HSV(B) 125.63º 0.33% 0.76% -
XYZ 32.94 45.11 30.26 -
YUV 168.25 109.8 100.72 -
System Red Green Blue C M Y K H S L
Decimal 130 194 136 0.33 0 0.30 0.24 125.63 0.34 0.64
Hex 82 C2 88 21 0 1E 18 7E 22 40
Octal 202 302 210 41 0 36 30 176 42 100
Binary 10000010 11000010 10001000 100001 0 11110 11000 1111110 100010 1000000

Color Harmonies of #82C288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82C288

Black with #82C288

Text Example


Text Example

White with #82C288

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,194,136); }

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

background-color css

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

 a { background-color: rgb(130,194,136); }

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

border-color css

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

 span { border-color: rgb(130,194,136); }

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