Html Css Color HEX #83FD0D Chartreuse

📋 copy color: '#83FD0D'

red 131 ◦ green 253 ◦ blue 13

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

Shades of Chartreuse #83FD0D

Tints of Chartreuse #83FD0D

RGB

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

 GREEN value IS 253 (99.22% from 255) = 63.73%

 BLUE value IS 13 (5.47% from 255) = 3.27%

R = 33%
G = 63.73%
B = 3.27%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.95

 K value IS 0.01

RGB Variations

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

Color information

#83FD0D (or 0x83FD0D) is known color: Chartreuse. HEX triplet: 83, FD and 0D. RGB value is (131,253,13). Sum of RGB (Red+Green+Blue) = 131+253+13=397 (52% of max value = 765). Red value is 131 (51.56% from 255 or 33.00% from 397); Green value is 253 (99.22% from 255 or 63.73% from 397); Blue value is 13 (5.47% from 255 or 3.27% from 397); Max value from RGB is 253 - color contains mainly: green. Hex color #83FD0D is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #83FD0D is #7C02F2. Grayscale: #BEBEBE. Windows color (decimal): -8127219 or 916867. OLE color: 916867.

HSL color Cylindrical-coordinate representation of color #83FD0D: hue angle of 90.5º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #83FD0D is Cyan = 0.48, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.01.

Color convert

RGB 131 253 13 -
CMYK 0.48 0 0.95 0.01
HSL 90.5º 0.98% 0.52% -
HSV(B) 90.5º 0.95% 0.99% -
XYZ 44.56 75.1 12.53 -
YUV 189.16 28.58 86.51 -
System Red Green Blue C M Y K H S L
Decimal 131 253 13 0.48 0 0.95 0.01 90.5 0.98 0.52
Hex 83 FD D 30 0 5F 1 5A 62 34
Octal 203 375 15 60 0 137 1 132 142 64
Binary 10000011 11111101 1101 110000 0 1011111 1 1011010 1100010 110100

Color Harmonies of #83FD0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83FD0D

Black with #83FD0D

Text Example


Text Example

White with #83FD0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,253,13); }

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

background-color css

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

 a { background-color: rgb(131,253,13); }

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

border-color css

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

 span { border-color: rgb(131,253,13); }

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