#95EF2E

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

Shades of Green Yellow #95EF2E

Tints of Green Yellow #95EF2E

Color information

#95EF2E (or 0x95EF2E) is unknown color: approx Green Yellow. HEX triplet: 95, EF and 2E. RGB value is (149,239,46). Sum of RGB (Red+Green+Blue) = 149+239+46=434 (57% of max value = 765). Red value is 149 (58.59% from 255 or 34.33% from 434); Green value is 239 (93.75% from 255 or 55.07% from 434); Blue value is 46 (18.36% from 255 or 10.60% from 434); Max value from RGB is 239 - color contains mainly: green. Hex color #95EF2E is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #95EF2E is #6A10D1. Grayscale: #BEBEBE. Windows color (decimal): -6951122 or 3075989. OLE color: 3075989.

HSL color Cylindrical-coordinate representation of color #95EF2E: hue angle of 87.98º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #95EF2E is Cyan = 0.38, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.06.

Color convert

RGB14923946-
CMYK0.3800.810.06
HSL87.98º85.78%55.88%-
HSV(B)87.98º80.75%93.73%-
XYZ43.7568.3213.47-
YUV190.0946.6898.69-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 34.33%
GREEN value IS 239 (93.75% from 255) = 55.07%
BLUE value IS 46 (18.36% from 255) = 10.60%
R=34.33%
G=55.07%
B=10.60%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal149239460.3800.810.0687.9885.7855.88
Hex95EF2E260516585638
Octal22535756460121613012670
Binary10010101111011111011101001100101000111010110001010110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95EF2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,239,46); }

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

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

 a { background-color: rgb(149,239,46); }

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

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

 span { border-color: rgb(149,239,46); }

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