#95F934

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

Shades of Green Yellow #95F934

Tints of Green Yellow #95F934

Color information

#95F934 (or 0x95F934) is unknown color: approx Green Yellow. HEX triplet: 95, F9 and 34. RGB value is (149,249,52). Sum of RGB (Red+Green+Blue) = 149+249+52=450 (59% of max value = 765). Red value is 149 (58.59% from 255 or 33.11% from 450); Green value is 249 (97.66% from 255 or 55.33% from 450); Blue value is 52 (20.70% from 255 or 11.56% from 450); Max value from RGB is 249 - color contains mainly: green. Hex color #95F934 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #95F934 is #6A06CB. Grayscale: #C5C5C5. Windows color (decimal): -6948556 or 3471765. OLE color: 3471765.

HSL color Cylindrical-coordinate representation of color #95F934: hue angle of 90.46º degrees, saturation: 0.94, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #95F934 is Cyan = 0.40, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.02.

Color convert

RGB14924952-
CMYK0.4000.790.02
HSL90.46º94.26%59.02%-
HSV(B)90.46º79.12%97.65%-
XYZ46.8974.3915.14-
YUV196.6446.3794.02-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 33.11%
GREEN value IS 249 (97.66% from 255) = 55.33%
BLUE value IS 52 (20.70% from 255) = 11.56%
R=33.11%
G=55.33%
B=11.56%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal149249520.4000.790.0290.4694.2659.02
Hex95F9342804F25a5e3b
Octal22537164500117213213673
Binary1001010111111001110100101000010011111010110101011110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95F934

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,249,52); }

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

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

 a { background-color: rgb(149,249,52); }

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

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

 span { border-color: rgb(149,249,52); }

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