Html Css Color HEX #83F92A Chartreuse

📋 copy color: '#83F92A'

red 131 ◦ green 249 ◦ blue 42

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

Shades of Chartreuse #83F92A

Tints of Chartreuse #83F92A

RGB

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

 GREEN value IS 249 (97.66% from 255) = 59%

 BLUE value IS 42 (16.8% from 255) = 9.95%

R = 31.04%
G = 59%
B = 9.95%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.83

 K value IS 0.02

RGB Variations

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

Color information

#83F92A (or 0x83F92A) is known color: Chartreuse. HEX triplet: 83, F9 and 2A. RGB value is (131,249,42). Sum of RGB (Red+Green+Blue) = 131+249+42=422 (55% of max value = 765). Red value is 131 (51.56% from 255 or 31.04% from 422); Green value is 249 (97.66% from 255 or 59.00% from 422); Blue value is 42 (16.80% from 255 or 9.95% from 422); Max value from RGB is 249 - color contains mainly: green. Hex color #83F92A is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #83F92A is #7C06D5. Grayscale: #BEBEBE. Windows color (decimal): -8128214 or 2816387. OLE color: 2816387.

HSL color Cylindrical-coordinate representation of color #83F92A: hue angle of 94.2º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #83F92A is Cyan = 0.47, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.02.

Color convert

RGB 131 249 42 -
CMYK 0.47 0 0.83 0.02
HSL 94.2º 0.95% 0.57% -
HSV(B) 94.2º 0.83% 0.98% -
XYZ 43.65 72.74 13.93 -
YUV 190.12 44.41 85.83 -
System Red Green Blue C M Y K H S L
Decimal 131 249 42 0.47 0 0.83 0.02 94.2 0.95 0.57
Hex 83 F9 2A 2F 0 53 2 5E 5F 39
Octal 203 371 52 57 0 123 2 136 137 71
Binary 10000011 11111001 101010 101111 0 1010011 10 1011110 1011111 111001

Color Harmonies of #83F92A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83F92A

Black with #83F92A

Text Example


Text Example

White with #83F92A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,249,42); }

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

background-color css

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

 a { background-color: rgb(131,249,42); }

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

border-color css

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

 span { border-color: rgb(131,249,42); }

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