Html Css Color HEX #83AF27 Limerick

📋 copy color: '#83AF27'

red 131 ◦ green 175 ◦ blue 39

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

Shades of Limerick #83AF27

Tints of Limerick #83AF27

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 11.3%

R = 37.97%
G = 50.72%
B = 11.3%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.78

 K value IS 0.31

RGB Variations

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

Color information

#83AF27 (or 0x83AF27) is known color: Limerick. HEX triplet: 83, AF and 27. RGB value is (131,175,39). Sum of RGB (Red+Green+Blue) = 131+175+39=345 (45% of max value = 765). Red value is 131 (51.56% from 255 or 37.97% from 345); Green value is 175 (68.75% from 255 or 50.72% from 345); Blue value is 39 (15.62% from 255 or 11.30% from 345); Max value from RGB is 175 - color contains mainly: green. Hex color #83AF27 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #83AF27 is #7C50D8. Grayscale: #929292. Windows color (decimal): -8147161 or 2600835. OLE color: 2600835.

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

Color convert

RGB 131 175 39 -
CMYK 0.25 0 0.78 0.31
HSL 79.41º 0.64% 0.42% -
HSV(B) 79.41º 0.78% 0.69% -
XYZ 25.06 35.63 7.48 -
YUV 146.34 67.42 117.06 -
System Red Green Blue C M Y K H S L
Decimal 131 175 39 0.25 0 0.78 0.31 79.41 0.64 0.42
Hex 83 AF 27 19 0 4E 1F 4F 40 2A
Octal 203 257 47 31 0 116 37 117 100 52
Binary 10000011 10101111 100111 11001 0 1001110 11111 1001111 1000000 101010

Color Harmonies of #83AF27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83AF27

Black with #83AF27

Text Example


Text Example

White with #83AF27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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