Html Css Color HEX #82CE35 Yellow Green

📋 copy color: '#82CE35'

red 130 ◦ green 206 ◦ blue 53

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

Shades of Yellow Green #82CE35

Tints of Yellow Green #82CE35

RGB

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

 GREEN value IS 206 (80.86% from 255) = 52.96%

 BLUE value IS 53 (21.09% from 255) = 13.62%

R = 33.42%
G = 52.96%
B = 13.62%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.74

 K value IS 0.19

RGB Variations

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

Color information

#82CE35 (or 0x82CE35) is known color: Yellow Green. HEX triplet: 82, CE and 35. RGB value is (130,206,53). Sum of RGB (Red+Green+Blue) = 130+206+53=389 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.42% from 389); Green value is 206 (80.86% from 255 or 52.96% from 389); Blue value is 53 (21.09% from 255 or 13.62% from 389); Max value from RGB is 206 - color contains mainly: green. Hex color #82CE35 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #82CE35 is #7D31CA. Grayscale: #A6A6A6. Windows color (decimal): -8204747 or 3526274. OLE color: 3526274.

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

Color convert

RGB 130 206 53 -
CMYK 0.37 0 0.74 0.19
HSL 89.8º 0.61% 0.51% -
HSV(B) 89.8º 0.74% 0.81% -
XYZ 31.92 49.15 11.17 -
YUV 165.83 64.32 102.44 -
System Red Green Blue C M Y K H S L
Decimal 130 206 53 0.37 0 0.74 0.19 89.8 0.61 0.51
Hex 82 CE 35 25 0 4A 13 5A 3D 33
Octal 202 316 65 45 0 112 23 132 75 63
Binary 10000010 11001110 110101 100101 0 1001010 10011 1011010 111101 110011

Color Harmonies of #82CE35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82CE35

Black with #82CE35

Text Example


Text Example

White with #82CE35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,206,53); }

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

background-color css

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

 a { background-color: rgb(130,206,53); }

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

border-color css

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

 span { border-color: rgb(130,206,53); }

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