Html Css Color HEX #82CA94 De York

📋 copy color: '#82CA94'

red 130 ◦ green 202 ◦ blue 148

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

Shades of De York #82CA94

Tints of De York #82CA94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 30.83%

R = 27.08%
G = 42.08%
B = 30.83%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.27

 K value IS 0.21

RGB Variations

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

Color information

#82CA94 (or 0x82CA94) is known color: De York. HEX triplet: 82, CA and 94. RGB value is (130,202,148). Sum of RGB (Red+Green+Blue) = 130+202+148=480 (63% of max value = 765). Red value is 130 (51.17% from 255 or 27.08% from 480); Green value is 202 (79.30% from 255 or 42.08% from 480); Blue value is 148 (58.20% from 255 or 30.83% from 480); Max value from RGB is 202 - color contains mainly: green. Hex color #82CA94 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82CA94 is #7D356B. Grayscale: #AEAEAE. Windows color (decimal): -8205676 or 9751170. OLE color: 9751170.

HSL color Cylindrical-coordinate representation of color #82CA94: hue angle of 135º 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 #82CA94 is Cyan = 0.36, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.21.

Color convert

RGB 130 202 148 -
CMYK 0.36 0 0.27 0.21
HSL 135º 0.4% 0.65% -
HSV(B) 135º 0.36% 0.79% -
XYZ 35.67 49.13 35.62 -
YUV 174.32 113.15 96.39 -
System Red Green Blue C M Y K H S L
Decimal 130 202 148 0.36 0 0.27 0.21 135 0.4 0.65
Hex 82 CA 94 24 0 1B 15 87 28 41
Octal 202 312 224 44 0 33 25 207 50 101
Binary 10000010 11001010 10010100 100100 0 11011 10101 10000111 101000 1000001

Color Harmonies of #82CA94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82CA94

Black with #82CA94

Text Example


Text Example

White with #82CA94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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