Html Css Color HEX #83C408 Citrus

📋 copy color: '#83C408'

red 131 ◦ green 196 ◦ blue 8

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

Shades of Citrus #83C408

Tints of Citrus #83C408

RGB

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

 GREEN value IS 196 (76.95% from 255) = 58.51%

 BLUE value IS 8 (3.52% from 255) = 2.39%

R = 39.1%
G = 58.51%
B = 2.39%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.96

 K value IS 0.23

RGB Variations

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

Color information

#83C408 (or 0x83C408) is known color: Citrus. HEX triplet: 83, C4 and 08. RGB value is (131,196,8). Sum of RGB (Red+Green+Blue) = 131+196+8=335 (44% of max value = 765). Red value is 131 (51.56% from 255 or 39.10% from 335); Green value is 196 (76.95% from 255 or 58.51% from 335); Blue value is 8 (3.52% from 255 or 2.39% from 335); Max value from RGB is 196 - color contains mainly: green. Hex color #83C408 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #83C408 is #7C3BF7. Grayscale: #9B9B9B. Windows color (decimal): -8141816 or 574595. OLE color: 574595.

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

Color convert

RGB 131 196 8 -
CMYK 0.33 0 0.96 0.23
HSL 80.74º 0.92% 0.4% -
HSV(B) 80.74º 0.96% 0.77% -
XYZ 29.14 44.32 7.25 -
YUV 155.13 44.97 110.79 -
System Red Green Blue C M Y K H S L
Decimal 131 196 8 0.33 0 0.96 0.23 80.74 0.92 0.4
Hex 83 C4 8 21 0 60 17 51 5C 28
Octal 203 304 10 41 0 140 27 121 134 50
Binary 10000011 11000100 1000 100001 0 1100000 10111 1010001 1011100 101000

Color Harmonies of #83C408

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83C408

Black with #83C408

Text Example


Text Example

White with #83C408

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,196,8); }

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

background-color css

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

 a { background-color: rgb(131,196,8); }

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

border-color css

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

 span { border-color: rgb(131,196,8); }

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