Html Css Color HEX #82D48A De York

📋 copy color: '#82D48A'

red 130 ◦ green 212 ◦ blue 138

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

Shades of De York #82D48A

Tints of De York #82D48A

RGB

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

 GREEN value IS 212 (83.2% from 255) = 44.17%

 BLUE value IS 138 (54.3% from 255) = 28.75%

R = 27.08%
G = 44.17%
B = 28.75%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.35

 K value IS 0.17

RGB Variations

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

Color information

#82D48A (or 0x82D48A) is known color: De York. HEX triplet: 82, D4 and 8A. RGB value is (130,212,138). Sum of RGB (Red+Green+Blue) = 130+212+138=480 (63% of max value = 765). Red value is 130 (51.17% from 255 or 27.08% from 480); Green value is 212 (83.20% from 255 or 44.17% from 480); Blue value is 138 (54.30% from 255 or 28.75% from 480); Max value from RGB is 212 - color contains mainly: green. Hex color #82D48A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82D48A is #7D2B75. Grayscale: #B3B3B3. Windows color (decimal): -8203126 or 9098370. OLE color: 9098370.

HSL color Cylindrical-coordinate representation of color #82D48A: hue angle of 125.85º degrees, saturation: 0.49, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #82D48A is Cyan = 0.39, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.17.

Color convert

RGB 130 212 138 -
CMYK 0.39 0 0.35 0.17
HSL 125.85º 0.49% 0.67% -
HSV(B) 125.85º 0.39% 0.83% -
XYZ 37.34 53.67 32.44 -
YUV 179.05 104.83 93.02 -
System Red Green Blue C M Y K H S L
Decimal 130 212 138 0.39 0 0.35 0.17 125.85 0.49 0.67
Hex 82 D4 8A 27 0 23 11 7E 31 43
Octal 202 324 212 47 0 43 21 176 61 103
Binary 10000010 11010100 10001010 100111 0 100011 10001 1111110 110001 1000011

Color Harmonies of #82D48A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82D48A

Black with #82D48A

Text Example


Text Example

White with #82D48A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,212,138); }

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

background-color css

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

 a { background-color: rgb(130,212,138); }

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

border-color css

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

 span { border-color: rgb(130,212,138); }

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