#9BFF32

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

Shades of Green Yellow #9BFF32

Tints of Green Yellow #9BFF32

Color information

#9BFF32 (or 0x9BFF32) is unknown color: approx Green Yellow. HEX triplet: 9B, FF and 32. RGB value is (155,255,50). Sum of RGB (Red+Green+Blue) = 155+255+50=460 (60% of max value = 765). Red value is 155 (60.94% from 255 or 33.70% from 460); Green value is 255 (100% from 255 or 55.43% from 460); Blue value is 50 (19.92% from 255 or 10.87% from 460); Max value from RGB is 255 - color contains mainly: green. Hex color #9BFF32 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #9BFF32 is #6400CD. Grayscale: #CACACA. Windows color (decimal): -6553806 or 3342235. OLE color: 3342235.

HSL color Cylindrical-coordinate representation of color #9BFF32: hue angle of 89.27º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #9BFF32 is Cyan = 0.39, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.

Color convert

RGB15525550-
CMYK0.3900.800
HSL89.27º100%59.8%-
HSV(B)89.27º80.39%100%-
XYZ49.8578.7215.58-
YUV201.7342.3794.67-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 33.70%
GREEN value IS 255 (100% from 255) = 55.43%
BLUE value IS 50 (19.92% from 255) = 10.87%
R=33.70%
G=55.43%
B=10.87%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal155255500.3900.80089.2710059.8
Hex9BFF3227050059643c
Octal23337762470120013114474
Binary100110111111111111001010011101010000010110011100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BFF32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9BFF32; }

 p { color: rgb(155,255,50); }

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

<style>
 a { background-color: #9BFF32; }

 a { background-color: rgb(155,255,50); }

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

<style>
 span { border-color: #9BFF32; }

 span { border-color: rgb(155,255,50); }

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