Html Css Color HEX #82CC38 Yellow Green

📋 copy color: '#82CC38'

red 130 ◦ green 204 ◦ blue 56

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

Shades of Yellow Green #82CC38

Tints of Yellow Green #82CC38

RGB

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

 GREEN value IS 204 (80.08% from 255) = 52.31%

 BLUE value IS 56 (22.27% from 255) = 14.36%

R = 33.33%
G = 52.31%
B = 14.36%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.73

 K value IS 0.2

RGB Variations

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

Color information

#82CC38 (or 0x82CC38) is known color: Yellow Green. HEX triplet: 82, CC and 38. RGB value is (130,204,56). Sum of RGB (Red+Green+Blue) = 130+204+56=390 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.33% from 390); Green value is 204 (80.08% from 255 or 52.31% from 390); Blue value is 56 (22.27% from 255 or 14.36% from 390); Max value from RGB is 204 - color contains mainly: green. Hex color #82CC38 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #82CC38 is #7D33C7. Grayscale: #A5A5A5. Windows color (decimal): -8205256 or 3722370. OLE color: 3722370.

HSL color Cylindrical-coordinate representation of color #82CC38: hue angle of 90º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #82CC38 is Cyan = 0.36, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.2.

Color convert

RGB 130 204 56 -
CMYK 0.36 0 0.73 0.2
HSL 90º 0.59% 0.51% -
HSV(B) 90º 0.73% 0.8% -
XYZ 31.51 48.22 11.39 -
YUV 165 66.48 103.03 -
System Red Green Blue C M Y K H S L
Decimal 130 204 56 0.36 0 0.73 0.2 90 0.59 0.51
Hex 82 CC 38 24 0 49 14 5A 3B 33
Octal 202 314 70 44 0 111 24 132 73 63
Binary 10000010 11001100 111000 100100 0 1001001 10100 1011010 111011 110011

Color Harmonies of #82CC38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82CC38

Black with #82CC38

Text Example


Text Example

White with #82CC38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,204,56); }

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

background-color css

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

 a { background-color: rgb(130,204,56); }

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

border-color css

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

 span { border-color: rgb(130,204,56); }

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