#92FB58

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

Shades of Conifer #92FB58

Tints of Conifer #92FB58

Color information

#92FB58 (or 0x92FB58) is unknown color: approx Conifer. HEX triplet: 92, FB and 58. RGB value is (146,251,88). Sum of RGB (Red+Green+Blue) = 146+251+88=485 (64% of max value = 765). Red value is 146 (57.42% from 255 or 30.10% from 485); Green value is 251 (98.44% from 255 or 51.75% from 485); Blue value is 88 (34.77% from 255 or 18.14% from 485); Max value from RGB is 251 - color contains mainly: green. Hex color #92FB58 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #92FB58 is #6D04A7. Grayscale: #C9C9C9. Windows color (decimal): -7144616 or 5831570. OLE color: 5831570.

HSL color Cylindrical-coordinate representation of color #92FB58: hue angle of 98.65º degrees, saturation: 0.95, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #92FB58 is Cyan = 0.42, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.02.

Color convert

RGB14625188-
CMYK0.4200.650.02
HSL98.65º95.32%66.47%-
HSV(B)98.65º64.94%98.43%-
XYZ48.1175.8121.33-
YUV201.0264.2188.75-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 30.10%
GREEN value IS 251 (98.44% from 255) = 51.75%
BLUE value IS 88 (34.77% from 255) = 18.14%
R=30.10%
G=51.75%
B=18.14%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal146251880.4200.650.0298.6595.3266.47
Hex92FB582A0412635f42
Octal2223731305201012143137102
Binary100100101111101110110001010100100000110110001110111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92FB58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,251,88); }

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

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

 a { background-color: rgb(146,251,88); }

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

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

 span { border-color: rgb(146,251,88); }

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