Html Css Color HEX #83C308 Citrus

📋 copy color: '#83C308'

red 131 ◦ green 195 ◦ blue 8

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

Shades of Citrus #83C308

Tints of Citrus #83C308

RGB

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

 GREEN value IS 195 (76.56% from 255) = 58.38%

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

R = 39.22%
G = 58.38%
B = 2.4%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.96

 K value IS 0.24

RGB Variations

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

Color information

#83C308 (or 0x83C308) is known color: Citrus. HEX triplet: 83, C3 and 08. RGB value is (131,195,8). Sum of RGB (Red+Green+Blue) = 131+195+8=334 (44% of max value = 765). Red value is 131 (51.56% from 255 or 39.22% from 334); Green value is 195 (76.56% from 255 or 58.38% from 334); Blue value is 8 (3.52% from 255 or 2.40% from 334); Max value from RGB is 195 - color contains mainly: green. Hex color #83C308 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #83C308 is #7C3CF7. Grayscale: #9B9B9B. Windows color (decimal): -8142072 or 574339. OLE color: 574339.

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

Color convert

RGB 131 195 8 -
CMYK 0.33 0 0.96 0.24
HSL 80.53º 0.92% 0.4% -
HSV(B) 80.53º 0.96% 0.76% -
XYZ 28.92 43.87 7.17 -
YUV 154.55 45.3 111.21 -
System Red Green Blue C M Y K H S L
Decimal 131 195 8 0.33 0 0.96 0.24 80.53 0.92 0.4
Hex 83 C3 8 21 0 60 18 51 5C 28
Octal 203 303 10 41 0 140 30 121 134 50
Binary 10000011 11000011 1000 100001 0 1100000 11000 1010001 1011100 101000

Color Harmonies of #83C308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83C308

Black with #83C308

Text Example


Text Example

White with #83C308

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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