Html Css Color HEX #83C501 Citrus

📋 copy color: '#83C501'

red 131 ◦ green 197 ◦ blue 1

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

Shades of Citrus #83C501

Tints of Citrus #83C501

RGB

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

 GREEN value IS 197 (77.34% from 255) = 59.88%

 BLUE value IS 1 (0.78% from 255) = 0.3%

R = 39.82%
G = 59.88%
B = 0.3%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.99

 K value IS 0.23

RGB Variations

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

Color information

#83C501 (or 0x83C501) is known color: Citrus. HEX triplet: 83, C5 and 01. RGB value is (131,197,1). Sum of RGB (Red+Green+Blue) = 131+197+1=329 (43% of max value = 765). Red value is 131 (51.56% from 255 or 39.82% from 329); Green value is 197 (77.34% from 255 or 59.88% from 329); Blue value is 1 (0.78% from 255 or 0.30% from 329); Max value from RGB is 197 - color contains mainly: green. Hex color #83C501 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #83C501 is #7C3AFE. Grayscale: #9B9B9B. Windows color (decimal): -8141567 or 116099. OLE color: 116099.

HSL color Cylindrical-coordinate representation of color #83C501: hue angle of 80.2º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #83C501 is Cyan = 0.34, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.23.

Color convert

RGB 131 197 1 -
CMYK 0.34 0 0.99 0.23
HSL 80.2º 0.99% 0.39% -
HSV(B) 80.2º 0.99% 0.77% -
XYZ 29.33 44.76 7.12 -
YUV 154.92 41.13 110.94 -
System Red Green Blue C M Y K H S L
Decimal 131 197 1 0.34 0 0.99 0.23 80.2 0.99 0.39
Hex 83 C5 1 22 0 63 17 50 63 27
Octal 203 305 1 42 0 143 27 120 143 47
Binary 10000011 11000101 1 100010 0 1100011 10111 1010000 1100011 100111

Color Harmonies of #83C501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83C501

Black with #83C501

Text Example


Text Example

White with #83C501

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,197,1); }

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

background-color css

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

 a { background-color: rgb(131,197,1); }

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

border-color css

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

 span { border-color: rgb(131,197,1); }

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