#92EB54

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

Shades of Conifer #92EB54

Tints of Conifer #92EB54

Color information

#92EB54 (or 0x92EB54) is unknown color: approx Conifer. HEX triplet: 92, EB and 54. RGB value is (146,235,84). Sum of RGB (Red+Green+Blue) = 146+235+84=465 (61% of max value = 765). Red value is 146 (57.42% from 255 or 31.40% from 465); Green value is 235 (92.19% from 255 or 50.54% from 465); Blue value is 84 (33.20% from 255 or 18.06% from 465); Max value from RGB is 235 - color contains mainly: green. Hex color #92EB54 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #92EB54 is #6D14AB. Grayscale: #BFBFBF. Windows color (decimal): -7148716 or 5565330. OLE color: 5565330.

HSL color Cylindrical-coordinate representation of color #92EB54: hue angle of 95.36º degrees, saturation: 0.79, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #92EB54 is Cyan = 0.38, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.08.

Color convert

RGB14623584-
CMYK0.3800.640.08
HSL95.36º79.06%62.55%-
HSV(B)95.36º64.26%92.16%-
XYZ43.1666.1718.88-
YUV191.1867.5195.78-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 31.40%
GREEN value IS 235 (92.19% from 255) = 50.54%
BLUE value IS 84 (33.20% from 255) = 18.06%
R=31.40%
G=50.54%
B=18.06%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal146235840.3800.640.0895.3679.0662.55
Hex92EB542604085f4f3f
Octal2223531244601001013711777
Binary1001001011101011101010010011001000000100010111111001111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92EB54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,235,84); }

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

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

 a { background-color: rgb(146,235,84); }

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

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

 span { border-color: rgb(146,235,84); }

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