Html Css Color HEX #82CB77 De York

📋 copy color: '#82CB77'

red 130 ◦ green 203 ◦ blue 119

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

Shades of De York #82CB77

Tints of De York #82CB77

RGB

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

 GREEN value IS 203 (79.69% from 255) = 44.91%

 BLUE value IS 119 (46.88% from 255) = 26.33%

R = 28.76%
G = 44.91%
B = 26.33%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.41

 K value IS 0.20

RGB Variations

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

Color information

#82CB77 (or 0x82CB77) is known color: De York. HEX triplet: 82, CB and 77. RGB value is (130,203,119). Sum of RGB (Red+Green+Blue) = 130+203+119=452 (59% of max value = 765). Red value is 130 (51.17% from 255 or 28.76% from 452); Green value is 203 (79.69% from 255 or 44.91% from 452); Blue value is 119 (46.88% from 255 or 26.33% from 452); Max value from RGB is 203 - color contains mainly: green. Hex color #82CB77 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82CB77 is #7D3488. Grayscale: #ABABAB. Windows color (decimal): -8205449 or 7850882. OLE color: 7850882.

HSL color Cylindrical-coordinate representation of color #82CB77: hue angle of 112.14º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #82CB77 is Cyan = 0.36, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.20.

Color convert

RGB 130 203 119 -
CMYK 0.36 0 0.41 0.20
HSL 112.14º 0.45% 0.63% -
HSV(B) 112.14º 0.41% 0.8% -
XYZ 33.89 48.79 25.08 -
YUV 171.6 98.32 98.33 -
System Red Green Blue C M Y K H S L
Decimal 130 203 119 0.36 0 0.41 0.20 112.14 0.45 0.63
Hex 82 CB 77 24 0 29 14 70 2D 3F
Octal 202 313 167 44 0 51 24 160 55 77
Binary 10000010 11001011 1110111 100100 0 101001 10100 1110000 101101 111111

Color Harmonies of #82CB77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82CB77

Black with #82CB77

Text Example


Text Example

White with #82CB77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,203,119); }

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

background-color css

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

 a { background-color: rgb(130,203,119); }

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

border-color css

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

 span { border-color: rgb(130,203,119); }

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