Html Css Color HEX #82D07B De York

📋 copy color: '#82D07B'

red 130 ◦ green 208 ◦ blue 123

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

Shades of De York #82D07B

Tints of De York #82D07B

RGB

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

 GREEN value IS 208 (81.64% from 255) = 45.12%

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

R = 28.2%
G = 45.12%
B = 26.68%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.41

 K value IS 0.18

RGB Variations

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

Color information

#82D07B (or 0x82D07B) is known color: De York. HEX triplet: 82, D0 and 7B. RGB value is (130,208,123). Sum of RGB (Red+Green+Blue) = 130+208+123=461 (61% of max value = 765). Red value is 130 (51.17% from 255 or 28.20% from 461); Green value is 208 (81.64% from 255 or 45.12% from 461); Blue value is 123 (48.44% from 255 or 26.68% from 461); Max value from RGB is 208 - color contains mainly: green. Hex color #82D07B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82D07B is #7D2F84. Grayscale: #AFAFAF. Windows color (decimal): -8204165 or 8114306. OLE color: 8114306.

HSL color Cylindrical-coordinate representation of color #82D07B: hue angle of 115.06º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #82D07B is Cyan = 0.38, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.18.

Color convert

RGB 130 208 123 -
CMYK 0.38 0 0.41 0.18
HSL 115.06º 0.47% 0.65% -
HSV(B) 115.06º 0.41% 0.82% -
XYZ 35.34 51.29 26.78 -
YUV 174.99 98.66 95.91 -
System Red Green Blue C M Y K H S L
Decimal 130 208 123 0.38 0 0.41 0.18 115.06 0.47 0.65
Hex 82 D0 7B 26 0 29 12 73 2F 41
Octal 202 320 173 46 0 51 22 163 57 101
Binary 10000010 11010000 1111011 100110 0 101001 10010 1110011 101111 1000001

Color Harmonies of #82D07B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82D07B

Black with #82D07B

Text Example


Text Example

White with #82D07B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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