Html Css Color HEX #83FF0F Chartreuse

📋 copy color: '#83FF0F'

red 131 ◦ green 255 ◦ blue 15

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

Shades of Chartreuse #83FF0F

Tints of Chartreuse #83FF0F

RGB

 RED value IS 131 (51.56% from 255) = 32.67%

 GREEN value IS 255 (100% from 255) = 63.59%

 BLUE value IS 15 (6.25% from 255) = 3.74%

R = 32.67%
G = 63.59%
B = 3.74%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.94

 K value IS 0

RGB Variations

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

Color information

#83FF0F (or 0x83FF0F) is known color: Chartreuse. HEX triplet: 83, FF and 0F. RGB value is (131,255,15). Sum of RGB (Red+Green+Blue) = 131+255+15=401 (53% of max value = 765). Red value is 131 (51.56% from 255 or 32.67% from 401); Green value is 255 (100% from 255 or 63.59% from 401); Blue value is 15 (6.25% from 255 or 3.74% from 401); Max value from RGB is 255 - color contains mainly: green. Hex color #83FF0F is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #83FF0F is #7C00F0. Grayscale: #BFBFBF. Windows color (decimal): -8126705 or 1048451. OLE color: 1048451.

HSL color Cylindrical-coordinate representation of color #83FF0F: hue angle of 91º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #83FF0F is Cyan = 0.49, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.

Color convert

RGB 131 255 15 -
CMYK 0.49 0 0.94 0
HSL 91º 1% 0.53% -
HSV(B) 91º 0.94% 1% -
XYZ 45.21 76.38 12.81 -
YUV 190.56 28.92 85.51 -
System Red Green Blue C M Y K H S L
Decimal 131 255 15 0.49 0 0.94 0 91 1 0.53
Hex 83 FF F 31 0 5E 0 5B 64 35
Octal 203 377 17 61 0 136 0 133 144 65
Binary 10000011 11111111 1111 110001 0 1011110 0 1011011 1100100 110101

Color Harmonies of #83FF0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83FF0F

Black with #83FF0F

Text Example


Text Example

White with #83FF0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83FF0F; }

 p { color: rgb(131,255,15); }

 H1.HeaderClassName
 {
   color: #83FF0F;
 }
 .AnyTagClassName
 {
   color: #83FF0F;
 }
</style>

background-color css

<style>
 a { background-color: #83FF0F; }

 a { background-color: rgb(131,255,15); }

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

border-color css

<style>
 span { border-color: #83FF0F; }

 span { border-color: rgb(131,255,15); }

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