#92FC50

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

Shades of Green Yellow #92FC50

Tints of Green Yellow #92FC50

Color information

#92FC50 (or 0x92FC50) is unknown color: approx Green Yellow. HEX triplet: 92, FC and 50. RGB value is (146,252,80). Sum of RGB (Red+Green+Blue) = 146+252+80=478 (63% of max value = 765). Red value is 146 (57.42% from 255 or 30.54% from 478); Green value is 252 (98.83% from 255 or 52.72% from 478); Blue value is 80 (31.64% from 255 or 16.74% from 478); Max value from RGB is 252 - color contains mainly: green. Hex color #92FC50 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #92FC50 is #6D03AF. Grayscale: #C9C9C9. Windows color (decimal): -7144368 or 5307538. OLE color: 5307538.

HSL color Cylindrical-coordinate representation of color #92FC50: hue angle of 96.98º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #92FC50 is Cyan = 0.42, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.01.

Color convert

RGB14625280-
CMYK0.4200.680.01
HSL96.98º96.63%65.1%-
HSV(B)96.98º68.25%98.82%-
XYZ48.1176.3119.78-
YUV200.759.8888.99-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 30.54%
GREEN value IS 252 (98.83% from 255) = 52.72%
BLUE value IS 80 (31.64% from 255) = 16.74%
R=30.54%
G=52.72%
B=16.74%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal146252800.4200.680.0196.9896.6365.1
Hex92FC502A0441616141
Octal2223741205201041141141101
Binary10010010111111001010000101010010001001110000111000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92FC50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #92FC50; }

 p { color: rgb(146,252,80); }

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

<style>
 a { background-color: #92FC50; }

 a { background-color: rgb(146,252,80); }

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

<style>
 span { border-color: #92FC50; }

 span { border-color: rgb(146,252,80); }

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