Html Css Color HEX #82CD7B De York

📋 copy color: '#82CD7B'

red 130 ◦ green 205 ◦ blue 123

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

Shades of De York #82CD7B

Tints of De York #82CD7B

RGB

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

 GREEN value IS 205 (80.47% from 255) = 44.76%

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

R = 28.38%
G = 44.76%
B = 26.86%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.4

 K value IS 0.20

RGB Variations

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

Color information

#82CD7B (or 0x82CD7B) is known color: De York. HEX triplet: 82, CD and 7B. RGB value is (130,205,123). Sum of RGB (Red+Green+Blue) = 130+205+123=458 (60% of max value = 765). Red value is 130 (51.17% from 255 or 28.38% from 458); Green value is 205 (80.47% from 255 or 44.76% from 458); Blue value is 123 (48.44% from 255 or 26.86% from 458); Max value from RGB is 205 - color contains mainly: green. Hex color #82CD7B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82CD7B is #7D3284. Grayscale: #ADADAD. Windows color (decimal): -8204933 or 8113538. OLE color: 8113538.

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

Color convert

RGB 130 205 123 -
CMYK 0.37 0 0.4 0.20
HSL 114.88º 0.45% 0.64% -
HSV(B) 114.88º 0.4% 0.8% -
XYZ 34.61 49.84 26.53 -
YUV 173.23 99.65 97.17 -
System Red Green Blue C M Y K H S L
Decimal 130 205 123 0.37 0 0.4 0.20 114.88 0.45 0.64
Hex 82 CD 7B 25 0 28 14 73 2D 40
Octal 202 315 173 45 0 50 24 163 55 100
Binary 10000010 11001101 1111011 100101 0 101000 10100 1110011 101101 1000000

Color Harmonies of #82CD7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82CD7B

Black with #82CD7B

Text Example


Text Example

White with #82CD7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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