Html Css Color HEX #82CD90 De York

📋 copy color: '#82CD90'

red 130 ◦ green 205 ◦ blue 144

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

Shades of De York #82CD90

Tints of De York #82CD90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 30.06%

R = 27.14%
G = 42.8%
B = 30.06%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.30

 K value IS 0.20

RGB Variations

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

Color information

#82CD90 (or 0x82CD90) is known color: De York. HEX triplet: 82, CD and 90. RGB value is (130,205,144). Sum of RGB (Red+Green+Blue) = 130+205+144=479 (63% of max value = 765). Red value is 130 (51.17% from 255 or 27.14% from 479); Green value is 205 (80.47% from 255 or 42.80% from 479); Blue value is 144 (56.64% from 255 or 30.06% from 479); Max value from RGB is 205 - color contains mainly: green. Hex color #82CD90 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82CD90 is #7D326F. Grayscale: #AFAFAF. Windows color (decimal): -8204912 or 9489794. OLE color: 9489794.

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

Color convert

RGB 130 205 144 -
CMYK 0.37 0 0.30 0.20
HSL 131.2º 0.43% 0.66% -
HSV(B) 131.2º 0.37% 0.8% -
XYZ 36.07 50.42 34.22 -
YUV 175.62 110.15 95.46 -
System Red Green Blue C M Y K H S L
Decimal 130 205 144 0.37 0 0.30 0.20 131.2 0.43 0.66
Hex 82 CD 90 25 0 1E 14 83 2B 42
Octal 202 315 220 45 0 36 24 203 53 102
Binary 10000010 11001101 10010000 100101 0 11110 10100 10000011 101011 1000010

Color Harmonies of #82CD90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82CD90

Black with #82CD90

Text Example


Text Example

White with #82CD90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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