Html Css Color HEX #83AF0F Lima

📋 copy color: '#83AF0F'

red 131 ◦ green 175 ◦ blue 15

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

Shades of Lima #83AF0F

Tints of Lima #83AF0F

RGB

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

 GREEN value IS 175 (68.75% from 255) = 54.52%

 BLUE value IS 15 (6.25% from 255) = 4.67%

R = 40.81%
G = 54.52%
B = 4.67%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.91

 K value IS 0.31

RGB Variations

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

Color information

#83AF0F (or 0x83AF0F) is known color: Lima. HEX triplet: 83, AF and 0F. RGB value is (131,175,15). Sum of RGB (Red+Green+Blue) = 131+175+15=321 (42% of max value = 765). Red value is 131 (51.56% from 255 or 40.81% from 321); Green value is 175 (68.75% from 255 or 54.52% from 321); Blue value is 15 (6.25% from 255 or 4.67% from 321); Max value from RGB is 175 - color contains mainly: green. Hex color #83AF0F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #83AF0F is #7C50F0. Grayscale: #909090. Windows color (decimal): -8147185 or 1027971. OLE color: 1027971.

HSL color Cylindrical-coordinate representation of color #83AF0F: hue angle of 76.5º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #83AF0F is Cyan = 0.25, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.31.

Color convert

RGB 131 175 15 -
CMYK 0.25 0 0.91 0.31
HSL 76.5º 0.84% 0.37% -
HSV(B) 76.5º 0.91% 0.69% -
XYZ 24.78 35.52 6 -
YUV 143.6 55.42 119.01 -
System Red Green Blue C M Y K H S L
Decimal 131 175 15 0.25 0 0.91 0.31 76.5 0.84 0.37
Hex 83 AF F 19 0 5B 1F 4C 54 25
Octal 203 257 17 31 0 133 37 114 124 45
Binary 10000011 10101111 1111 11001 0 1011011 11111 1001100 1010100 100101

Color Harmonies of #83AF0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83AF0F

Black with #83AF0F

Text Example


Text Example

White with #83AF0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,175,15); }

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

background-color css

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

 a { background-color: rgb(131,175,15); }

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

border-color css

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

 span { border-color: rgb(131,175,15); }

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