#93F232

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

Shades of Green Yellow #93F232

Tints of Green Yellow #93F232

Color information

#93F232 (or 0x93F232) is unknown color: approx Green Yellow. HEX triplet: 93, F2 and 32. RGB value is (147,242,50). Sum of RGB (Red+Green+Blue) = 147+242+50=439 (58% of max value = 765). Red value is 147 (57.81% from 255 or 33.49% from 439); Green value is 242 (94.92% from 255 or 55.13% from 439); Blue value is 50 (19.92% from 255 or 11.39% from 439); Max value from RGB is 242 - color contains mainly: green. Hex color #93F232 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #93F232 is #6C0DCD. Grayscale: #C0C0C0. Windows color (decimal): -7081422 or 3338899. OLE color: 3338899.

HSL color Cylindrical-coordinate representation of color #93F232: hue angle of 89.69º 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 #93F232 is Cyan = 0.39, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.05.

Color convert

RGB14724250-
CMYK0.3900.790.05
HSL89.69º88.07%57.25%-
HSV(B)89.69º79.34%94.9%-
XYZ44.3669.9414.18-
YUV191.7148.0396.11-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 33.49%
GREEN value IS 242 (94.92% from 255) = 55.13%
BLUE value IS 50 (19.92% from 255) = 11.39%
R=33.49%
G=55.13%
B=11.39%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal147242500.3900.790.0589.6988.0757.25
Hex93F2322704F55a5839
Octal22336262470117513213071
Binary10010011111100101100101001110100111110110110101011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93F232

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93F232; }

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

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

<style>
 a { background-color: #93F232; }

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

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

<style>
 span { border-color: #93F232; }

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

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