Html Css Color HEX #95B81F Limerick

📋 copy color: '#95B81F'

red 149 ◦ green 184 ◦ blue 31

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

Shades of Limerick #95B81F

Tints of Limerick #95B81F

RGB

 RED value IS 149 (58.59% from 255) = 40.93%

 GREEN value IS 184 (72.27% from 255) = 50.55%

 BLUE value IS 31 (12.5% from 255) = 8.52%

R = 40.93%
G = 50.55%
B = 8.52%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.83

 K value IS 0.28

RGB Variations

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

Color information

#95B81F (or 0x95B81F) is known color: Limerick. HEX triplet: 95, B8 and 1F. RGB value is (149,184,31). Sum of RGB (Red+Green+Blue) = 149+184+31=364 (48% of max value = 765). Red value is 149 (58.59% from 255 or 40.93% from 364); Green value is 184 (72.27% from 255 or 50.55% from 364); Blue value is 31 (12.5% from 255 or 8.52% from 364); Max value from RGB is 184 - color contains mainly: green. Hex color #95B81F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #95B81F is #6A47E0. Grayscale: #9C9C9C. Windows color (decimal): -6965217 or 2078869. OLE color: 2078869.

HSL color Cylindrical-coordinate representation of color #95B81F: hue angle of 73.73º degrees, saturation: 0.71, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #95B81F is Cyan = 0.19, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.28.

Color convert

RGB 149 184 31 -
CMYK 0.19 0 0.83 0.28
HSL 73.73º 0.71% 0.42% -
HSV(B) 73.73º 0.83% 0.72% -
XYZ 29.78 40.77 7.6 -
YUV 156.09 57.4 122.94 -
System Red Green Blue C M Y K H S L
Decimal 149 184 31 0.19 0 0.83 0.28 73.73 0.71 0.42
Hex 95 B8 1F 13 0 53 1C 4A 47 2A
Octal 225 270 37 23 0 123 34 112 107 52
Binary 10010101 10111000 11111 10011 0 1010011 11100 1001010 1000111 101010

Color Harmonies of #95B81F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95B81F

Black with #95B81F

Text Example


Text Example

White with #95B81F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95B81F; }

 p { color: rgb(149,184,31); }

 H1.HeaderClassName
 {
   color: #95B81F;
 }
 .AnyTagClassName
 {
   color: #95B81F;
 }
</style>

background-color css

<style>
 a { background-color: #95B81F; }

 a { background-color: rgb(149,184,31); }

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

border-color css

<style>
 span { border-color: #95B81F; }

 span { border-color: rgb(149,184,31); }

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