#95FB26

Color #95FB26 Green Yellow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green Yellow #95FB26

Tints of Green Yellow #95FB26

Color information

#95FB26 (or 0x95FB26) is unknown color: approx Green Yellow. HEX triplet: 95, FB and 26. RGB value is (149,251,38). Sum of RGB (Red+Green+Blue) = 149+251+38=438 (58% of max value = 765). Red value is 149 (58.59% from 255 or 34.02% from 438); Green value is 251 (98.44% from 255 or 57.31% from 438); Blue value is 38 (15.23% from 255 or 8.68% from 438); Max value from RGB is 251 - color contains mainly: green. Hex color #95FB26 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #95FB26 is #6A04D9. Grayscale: #C4C4C4. Windows color (decimal): -6948058 or 2554773. OLE color: 2554773.

HSL color Cylindrical-coordinate representation of color #95FB26: hue angle of 88.73º degrees, saturation: 0.96, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #95FB26 is Cyan = 0.41, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.02.

Color convert

RGB14925138-
CMYK0.4100.850.02
HSL88.73º96.38%56.67%-
HSV(B)88.73º84.86%98.43%-
XYZ47.2475.5213.92-
YUV196.2238.7194.32-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 34.02%
GREEN value IS 251 (98.44% from 255) = 57.31%
BLUE value IS 38 (15.23% from 255) = 8.68%
R=34.02%
G=57.31%
B=8.68%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal149251380.4100.850.0288.7396.3856.67
Hex95FB26290552596039
Octal22537346510125213114071
Binary1001010111111011100110101001010101011010110011100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95FB26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,251,38); }

 H1.HeaderClassName
 {
   color: #95FB26;
 }
 .AnyTagClassName
 {
   color: #95FB26;
 }
</style>
background-color css

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

 a { background-color: rgb(149,251,38); }

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

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

 span { border-color: rgb(149,251,38); }

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