Html Css Color HEX #95BC28 Limerick

📋 copy color: '#95BC28'

red 149 ◦ green 188 ◦ blue 40

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

Shades of Limerick #95BC28

Tints of Limerick #95BC28

RGB

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

 GREEN value IS 188 (73.83% from 255) = 49.87%

 BLUE value IS 40 (16.02% from 255) = 10.61%

R = 39.52%
G = 49.87%
B = 10.61%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.79

 K value IS 0.26

RGB Variations

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

Color information

#95BC28 (or 0x95BC28) is known color: Limerick. HEX triplet: 95, BC and 28. RGB value is (149,188,40). Sum of RGB (Red+Green+Blue) = 149+188+40=377 (49% of max value = 765). Red value is 149 (58.59% from 255 or 39.52% from 377); Green value is 188 (73.83% from 255 or 49.87% from 377); Blue value is 40 (16.02% from 255 or 10.61% from 377); Max value from RGB is 188 - color contains mainly: green. Hex color #95BC28 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #95BC28 is #6A43D7. Grayscale: #A0A0A0. Windows color (decimal): -6964184 or 2669717. OLE color: 2669717.

HSL color Cylindrical-coordinate representation of color #95BC28: hue angle of 75.81º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #95BC28 is Cyan = 0.21, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.26.

Color convert

RGB 149 188 40 -
CMYK 0.21 0 0.79 0.26
HSL 75.81º 0.65% 0.45% -
HSV(B) 75.81º 0.79% 0.74% -
XYZ 30.76 42.51 8.59 -
YUV 159.47 60.58 120.53 -
System Red Green Blue C M Y K H S L
Decimal 149 188 40 0.21 0 0.79 0.26 75.81 0.65 0.45
Hex 95 BC 28 15 0 4F 1A 4C 41 2D
Octal 225 274 50 25 0 117 32 114 101 55
Binary 10010101 10111100 101000 10101 0 1001111 11010 1001100 1000001 101101

Color Harmonies of #95BC28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95BC28

Black with #95BC28

Text Example


Text Example

White with #95BC28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,188,40); }

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

background-color css

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

 a { background-color: rgb(149,188,40); }

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

border-color css

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

 span { border-color: rgb(149,188,40); }

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