#95F42B

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

Shades of Green Yellow #95F42B

Tints of Green Yellow #95F42B

Color information

#95F42B (or 0x95F42B) is unknown color: approx Green Yellow. HEX triplet: 95, F4 and 2B. RGB value is (149,244,43). Sum of RGB (Red+Green+Blue) = 149+244+43=436 (57% of max value = 765). Red value is 149 (58.59% from 255 or 34.17% from 436); Green value is 244 (95.70% from 255 or 55.96% from 436); Blue value is 43 (17.19% from 255 or 9.86% from 436); Max value from RGB is 244 - color contains mainly: green. Hex color #95F42B is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #95F42B is #6A0BD4. Grayscale: #C1C1C1. Windows color (decimal): -6949845 or 2880661. OLE color: 2880661.

HSL color Cylindrical-coordinate representation of color #95F42B: hue angle of 88.36º degrees, saturation: 0.9, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #95F42B is Cyan = 0.39, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.04.

Color convert

RGB14924443-
CMYK0.3900.820.04
HSL88.36º90.13%56.27%-
HSV(B)88.36º82.38%95.69%-
XYZ45.1871.2713.66-
YUV192.6843.5396.84-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 34.17%
GREEN value IS 244 (95.70% from 255) = 55.96%
BLUE value IS 43 (17.19% from 255) = 9.86%
R=34.17%
G=55.96%
B=9.86%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal149244430.3900.820.0488.3690.1356.27
Hex95F42B270524585a38
Octal22536453470122413013270
Binary10010101111101001010111001110101001010010110001011010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95F42B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,244,43); }

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

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

 a { background-color: rgb(149,244,43); }

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

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

 span { border-color: rgb(149,244,43); }

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