Html Css Color HEX #82CF38 Yellow Green

📋 copy color: '#82CF38'

red 130 ◦ green 207 ◦ blue 56

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

Shades of Yellow Green #82CF38

Tints of Yellow Green #82CF38

RGB

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

 GREEN value IS 207 (81.25% from 255) = 52.67%

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

R = 33.08%
G = 52.67%
B = 14.25%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.73

 K value IS 0.19

RGB Variations

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

Color information

#82CF38 (or 0x82CF38) is known color: Yellow Green. HEX triplet: 82, CF and 38. RGB value is (130,207,56). Sum of RGB (Red+Green+Blue) = 130+207+56=393 (52% of max value = 765). Red value is 130 (51.17% from 255 or 33.08% from 393); Green value is 207 (81.25% from 255 or 52.67% from 393); Blue value is 56 (22.27% from 255 or 14.25% from 393); Max value from RGB is 207 - color contains mainly: green. Hex color #82CF38 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #82CF38 is #7D30C7. Grayscale: #A7A7A7. Windows color (decimal): -8204488 or 3723138. OLE color: 3723138.

HSL color Cylindrical-coordinate representation of color #82CF38: hue angle of 90.6º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #82CF38 is Cyan = 0.37, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.19.

Color convert

RGB 130 207 56 -
CMYK 0.37 0 0.73 0.19
HSL 90.6º 0.61% 0.52% -
HSV(B) 90.6º 0.73% 0.81% -
XYZ 32.23 49.66 11.63 -
YUV 166.76 65.49 101.78 -
System Red Green Blue C M Y K H S L
Decimal 130 207 56 0.37 0 0.73 0.19 90.6 0.61 0.52
Hex 82 CF 38 25 0 49 13 5B 3D 34
Octal 202 317 70 45 0 111 23 133 75 64
Binary 10000010 11001111 111000 100101 0 1001001 10011 1011011 111101 110100

Color Harmonies of #82CF38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82CF38

Black with #82CF38

Text Example


Text Example

White with #82CF38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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