#95f232

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

Shades of Green Yellow #95F232

Tints of Green Yellow #95F232

Color information

#95F232 (or 0x95F232) is unknown color: approx Green Yellow. HEX triplet: 95, F2 and 32. RGB value is (149,242,50). Sum of RGB (Red+Green+Blue) = 149+242+50=441 (58% of max value = 765). Red value is 149 (58.59% from 255 or 33.79% from 441); Green value is 242 (94.92% from 255 or 54.88% from 441); Blue value is 50 (19.92% from 255 or 11.34% from 441); Max value from RGB is 242 - color contains mainly: green. Hex color #95F232 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #95F232 is #6A0DCD. Grayscale: #C0C0C0. Windows color (decimal): -6950350 or 3338901. OLE color: 3338901.

HSL color Cylindrical-coordinate representation of color #95F232: hue angle of 89.06º degrees, saturation: 0.88, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #95F232 is Cyan = 0.38, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.05.

Color convert

RGB14924250-
CMYK0.3800.790.05
HSL89.06º88.07%57.25%-
HSV(B)89.06º79.34%94.9%-
XYZ44.7270.1214.2-
YUV192.347.6997.11-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 33.79%
GREEN value IS 242 (94.92% from 255) = 54.88%
BLUE value IS 50 (19.92% from 255) = 11.34%
R=33.79%
G=54.88%
B=11.34%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal149242500.3800.790.0589.0688.0757.25
Hex95F2322604F5595839
Octal22536262460117513113071
Binary10010101111100101100101001100100111110110110011011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95f232

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,242,50); }

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

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

 a { background-color: rgb(149,242,50); }

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

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

 span { border-color: rgb(149,242,50); }

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