Html Css Color HEX #82E725 Yellow Green

📋 copy color: '#82E725'

red 130 ◦ green 231 ◦ blue 37

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

Shades of Yellow Green #82E725

Tints of Yellow Green #82E725

RGB

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

 GREEN value IS 231 (90.63% from 255) = 58.04%

 BLUE value IS 37 (14.84% from 255) = 9.3%

R = 32.66%
G = 58.04%
B = 9.3%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.84

 K value IS 0.09

RGB Variations

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

Color information

#82E725 (or 0x82E725) is known color: Yellow Green. HEX triplet: 82, E7 and 25. RGB value is (130,231,37). Sum of RGB (Red+Green+Blue) = 130+231+37=398 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.66% from 398); Green value is 231 (90.62% from 255 or 58.04% from 398); Blue value is 37 (14.84% from 255 or 9.30% from 398); Max value from RGB is 231 - color contains mainly: green. Hex color #82E725 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #82E725 is #7D18DA. Grayscale: #B3B3B3. Windows color (decimal): -8198363 or 2484098. OLE color: 2484098.

HSL color Cylindrical-coordinate representation of color #82E725: hue angle of 91.24º degrees, saturation: 0.8, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #82E725 is Cyan = 0.44, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.09.

Color convert

RGB 130 231 37 -
CMYK 0.44 0 0.84 0.09
HSL 91.24º 0.8% 0.53% -
HSV(B) 91.24º 0.84% 0.91% -
XYZ 38.12 62.03 11.71 -
YUV 178.69 48.04 93.27 -
System Red Green Blue C M Y K H S L
Decimal 130 231 37 0.44 0 0.84 0.09 91.24 0.8 0.53
Hex 82 E7 25 2C 0 54 9 5B 50 35
Octal 202 347 45 54 0 124 11 133 120 65
Binary 10000010 11100111 100101 101100 0 1010100 1001 1011011 1010000 110101

Color Harmonies of #82E725

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82E725

Black with #82E725

Text Example


Text Example

White with #82E725

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,231,37); }

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

background-color css

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

 a { background-color: rgb(130,231,37); }

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

border-color css

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

 span { border-color: rgb(130,231,37); }

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