Html Css Color HEX #82FF3C Green Yellow

📋 copy color: '#82FF3C'

red 130 ◦ green 255 ◦ blue 60

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

Shades of Green Yellow #82FF3C

Tints of Green Yellow #82FF3C

RGB

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

 GREEN value IS 255 (100% from 255) = 57.3%

 BLUE value IS 60 (23.83% from 255) = 13.48%

R = 29.21%
G = 57.3%
B = 13.48%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.76

 K value IS 0

RGB Variations

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

Color information

#82FF3C (or 0x82FF3C) is known color: Green Yellow. HEX triplet: 82, FF and 3C. RGB value is (130,255,60). Sum of RGB (Red+Green+Blue) = 130+255+60=445 (58% of max value = 765). Red value is 130 (51.17% from 255 or 29.21% from 445); Green value is 255 (100% from 255 or 57.30% from 445); Blue value is 60 (23.83% from 255 or 13.48% from 445); Max value from RGB is 255 - color contains mainly: green. Hex color #82FF3C is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #82FF3C is #7D00C3. Grayscale: #C4C4C4. Windows color (decimal): -8192196 or 3997570. OLE color: 3997570.

HSL color Cylindrical-coordinate representation of color #82FF3C: hue angle of 98.46º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #82FF3C is Cyan = 0.49, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.

Color convert

RGB 130 255 60 -
CMYK 0.49 0 0.76 0
HSL 98.46º 1% 0.62% -
HSV(B) 98.46º 0.76% 1% -
XYZ 45.78 76.59 16.65 -
YUV 195.4 51.59 81.36 -
System Red Green Blue C M Y K H S L
Decimal 130 255 60 0.49 0 0.76 0 98.46 1 0.62
Hex 82 FF 3C 31 0 4C 0 62 64 3E
Octal 202 377 74 61 0 114 0 142 144 76
Binary 10000010 11111111 111100 110001 0 1001100 0 1100010 1100100 111110

Color Harmonies of #82FF3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82FF3C

Black with #82FF3C

Text Example


Text Example

White with #82FF3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,255,60); }

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

background-color css

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

 a { background-color: rgb(130,255,60); }

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

border-color css

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

 span { border-color: rgb(130,255,60); }

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