Html Css Color HEX #82DF2F Yellow Green

📋 copy color: '#82DF2F'

red 130 ◦ green 223 ◦ blue 47

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

Shades of Yellow Green #82DF2F

Tints of Yellow Green #82DF2F

RGB

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

 GREEN value IS 223 (87.5% from 255) = 55.75%

 BLUE value IS 47 (18.75% from 255) = 11.75%

R = 32.5%
G = 55.75%
B = 11.75%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.79

 K value IS 0.13

RGB Variations

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

Color information

#82DF2F (or 0x82DF2F) is known color: Yellow Green. HEX triplet: 82, DF and 2F. RGB value is (130,223,47). Sum of RGB (Red+Green+Blue) = 130+223+47=400 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.5% from 400); Green value is 223 (87.5% from 255 or 55.75% from 400); Blue value is 47 (18.75% from 255 or 11.75% from 400); Max value from RGB is 223 - color contains mainly: green. Hex color #82DF2F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #82DF2F is #7D20D0. Grayscale: #AFAFAF. Windows color (decimal): -8200401 or 3137410. OLE color: 3137410.

HSL color Cylindrical-coordinate representation of color #82DF2F: hue angle of 91.7º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #82DF2F is Cyan = 0.42, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.13.

Color convert

RGB 130 223 47 -
CMYK 0.42 0 0.79 0.13
HSL 91.7º 0.73% 0.53% -
HSV(B) 91.7º 0.79% 0.87% -
XYZ 36.11 57.73 11.93 -
YUV 175.13 55.69 95.81 -
System Red Green Blue C M Y K H S L
Decimal 130 223 47 0.42 0 0.79 0.13 91.7 0.73 0.53
Hex 82 DF 2F 2A 0 4F D 5C 49 35
Octal 202 337 57 52 0 117 15 134 111 65
Binary 10000010 11011111 101111 101010 0 1001111 1101 1011100 1001001 110101

Color Harmonies of #82DF2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82DF2F

Black with #82DF2F

Text Example


Text Example

White with #82DF2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,223,47); }

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

background-color css

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

 a { background-color: rgb(130,223,47); }

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

border-color css

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

 span { border-color: rgb(130,223,47); }

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