#95EB26

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

Shades of Green Yellow #95EB26

Tints of Green Yellow #95EB26

Color information

#95EB26 (or 0x95EB26) is unknown color: approx Green Yellow. HEX triplet: 95, EB and 26. RGB value is (149,235,38). Sum of RGB (Red+Green+Blue) = 149+235+38=422 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.31% from 422); Green value is 235 (92.19% from 255 or 55.69% from 422); Blue value is 38 (15.23% from 255 or 9.00% from 422); Max value from RGB is 235 - color contains mainly: green. Hex color #95EB26 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #95EB26 is #6A14D9. Grayscale: #BBBBBB. Windows color (decimal): -6952154 or 2550677. OLE color: 2550677.

HSL color Cylindrical-coordinate representation of color #95EB26: hue angle of 86.19º degrees, saturation: 0.83, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #95EB26 is Cyan = 0.37, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.08.

Color convert

RGB14923538-
CMYK0.3700.840.08
HSL86.19º83.12%53.53%-
HSV(B)86.19º83.83%92.16%-
XYZ42.4565.9512.33-
YUV186.8344.01101.02-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 35.31%
GREEN value IS 235 (92.19% from 255) = 55.69%
BLUE value IS 38 (15.23% from 255) = 9.00%
R=35.31%
G=55.69%
B=9.00%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal149235380.3700.840.0886.1983.1253.53
Hex95EB26250548565336
Octal225353464501241012612366
Binary100101011110101110011010010101010100100010101101010011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95EB26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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