Html Css Color HEX #82CF36 Yellow Green

📋 copy color: '#82CF36'

red 130 ◦ green 207 ◦ blue 54

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

Shades of Yellow Green #82CF36

Tints of Yellow Green #82CF36

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 13.81%

R = 33.25%
G = 52.94%
B = 13.81%

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

#82CF36 (or 0x82CF36) is known color: Yellow Green. HEX triplet: 82, CF and 36. RGB value is (130,207,54). Sum of RGB (Red+Green+Blue) = 130+207+54=391 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.25% from 391); Green value is 207 (81.25% from 255 or 52.94% from 391); Blue value is 54 (21.48% from 255 or 13.81% from 391); Max value from RGB is 207 - color contains mainly: green. Hex color #82CF36 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #82CF36 is #7D30C9. Grayscale: #A7A7A7. Windows color (decimal): -8204490 or 3592066. OLE color: 3592066.

HSL color Cylindrical-coordinate representation of color #82CF36: hue angle of 90.2º 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 #82CF36 is Cyan = 0.37, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.19.

Color convert

RGB 130 207 54 -
CMYK 0.37 0 0.74 0.19
HSL 90.2º 0.61% 0.51% -
HSV(B) 90.2º 0.74% 0.81% -
XYZ 32.18 49.64 11.37 -
YUV 166.54 64.49 101.94 -
System Red Green Blue C M Y K H S L
Decimal 130 207 54 0.37 0 0.74 0.19 90.2 0.61 0.51
Hex 82 CF 36 25 0 4A 13 5A 3D 33
Octal 202 317 66 45 0 112 23 132 75 63
Binary 10000010 11001111 110110 100101 0 1001010 10011 1011010 111101 110011

Color Harmonies of #82CF36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82CF36

Black with #82CF36

Text Example


Text Example

White with #82CF36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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