Html Css Color HEX #95B71F Limerick

📋 copy color: '#95B71F'

red 149 ◦ green 183 ◦ blue 31

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

Shades of Limerick #95B71F

Tints of Limerick #95B71F

RGB

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

 GREEN value IS 183 (71.88% from 255) = 50.41%

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

R = 41.05%
G = 50.41%
B = 8.54%

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

#95B71F (or 0x95B71F) is known color: Limerick. HEX triplet: 95, B7 and 1F. RGB value is (149,183,31). Sum of RGB (Red+Green+Blue) = 149+183+31=363 (48% of max value = 765). Red value is 149 (58.59% from 255 or 41.05% from 363); Green value is 183 (71.88% from 255 or 50.41% from 363); Blue value is 31 (12.5% from 255 or 8.54% from 363); Max value from RGB is 183 - color contains mainly: green. Hex color #95B71F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #95B71F is #6A48E0. Grayscale: #9C9C9C. Windows color (decimal): -6965473 or 2078613. OLE color: 2078613.

HSL color Cylindrical-coordinate representation of color #95B71F: hue angle of 73.42º 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 #95B71F is Cyan = 0.19, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.28.

Color convert

RGB 149 183 31 -
CMYK 0.19 0 0.83 0.28
HSL 73.42º 0.71% 0.42% -
HSV(B) 73.42º 0.83% 0.72% -
XYZ 29.58 40.36 7.53 -
YUV 155.51 57.74 123.36 -
System Red Green Blue C M Y K H S L
Decimal 149 183 31 0.19 0 0.83 0.28 73.42 0.71 0.42
Hex 95 B7 1F 13 0 53 1C 49 47 2A
Octal 225 267 37 23 0 123 34 111 107 52
Binary 10010101 10110111 11111 10011 0 1010011 11100 1001001 1000111 101010

Color Harmonies of #95B71F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95B71F

Black with #95B71F

Text Example


Text Example

White with #95B71F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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