Html Css Color HEX #83C504 Citrus

📋 copy color: '#83C504'

red 131 ◦ green 197 ◦ blue 4

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

Shades of Citrus #83C504

Tints of Citrus #83C504

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.2%

R = 39.46%
G = 59.34%
B = 1.2%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.98

 K value IS 0.23

RGB Variations

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

Color information

#83C504 (or 0x83C504) is known color: Citrus. HEX triplet: 83, C5 and 04. RGB value is (131,197,4). Sum of RGB (Red+Green+Blue) = 131+197+4=332 (43% of max value = 765). Red value is 131 (51.56% from 255 or 39.46% from 332); Green value is 197 (77.34% from 255 or 59.34% from 332); Blue value is 4 (1.95% from 255 or 1.20% from 332); Max value from RGB is 197 - color contains mainly: green. Hex color #83C504 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #83C504 is #7C3AFB. Grayscale: #9B9B9B. Windows color (decimal): -8141564 or 312707. OLE color: 312707.

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

Color convert

RGB 131 197 4 -
CMYK 0.34 0 0.98 0.23
HSL 80.52º 0.96% 0.39% -
HSV(B) 80.52º 0.98% 0.77% -
XYZ 29.35 44.77 7.21 -
YUV 155.26 42.63 110.69 -
System Red Green Blue C M Y K H S L
Decimal 131 197 4 0.34 0 0.98 0.23 80.52 0.96 0.39
Hex 83 C5 4 22 0 62 17 51 60 27
Octal 203 305 4 42 0 142 27 121 140 47
Binary 10000011 11000101 100 100010 0 1100010 10111 1010001 1100000 100111

Color Harmonies of #83C504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83C504

Black with #83C504

Text Example


Text Example

White with #83C504

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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