Html Css Color HEX #82CA85 De York

📋 copy color: '#82CA85'

red 130 ◦ green 202 ◦ blue 133

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

Shades of De York #82CA85

Tints of De York #82CA85

RGB

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

 GREEN value IS 202 (79.3% from 255) = 43.44%

 BLUE value IS 133 (52.34% from 255) = 28.6%

R = 27.96%
G = 43.44%
B = 28.6%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.34

 K value IS 0.21

RGB Variations

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

Color information

#82CA85 (or 0x82CA85) is known color: De York. HEX triplet: 82, CA and 85. RGB value is (130,202,133). Sum of RGB (Red+Green+Blue) = 130+202+133=465 (61% of max value = 765). Red value is 130 (51.17% from 255 or 27.96% from 465); Green value is 202 (79.30% from 255 or 43.44% from 465); Blue value is 133 (52.34% from 255 or 28.60% from 465); Max value from RGB is 202 - color contains mainly: green. Hex color #82CA85 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82CA85 is #7D357A. Grayscale: #ACACAC. Windows color (decimal): -8205691 or 8768130. OLE color: 8768130.

HSL color Cylindrical-coordinate representation of color #82CA85: hue angle of 122.5º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #82CA85 is Cyan = 0.36, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.21.

Color convert

RGB 130 202 133 -
CMYK 0.36 0 0.34 0.21
HSL 122.5º 0.4% 0.65% -
HSV(B) 122.5º 0.36% 0.79% -
XYZ 34.56 48.68 29.77 -
YUV 172.61 105.65 97.61 -
System Red Green Blue C M Y K H S L
Decimal 130 202 133 0.36 0 0.34 0.21 122.5 0.4 0.65
Hex 82 CA 85 24 0 22 15 7B 28 41
Octal 202 312 205 44 0 42 25 173 50 101
Binary 10000010 11001010 10000101 100100 0 100010 10101 1111011 101000 1000001

Color Harmonies of #82CA85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82CA85

Black with #82CA85

Text Example


Text Example

White with #82CA85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,202,133); }

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

background-color css

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

 a { background-color: rgb(130,202,133); }

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

border-color css

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

 span { border-color: rgb(130,202,133); }

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