#92ED51

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

Shades of Conifer #92ED51

Tints of Conifer #92ED51

Color information

#92ED51 (or 0x92ED51) is unknown color: approx Conifer. HEX triplet: 92, ED and 51. RGB value is (146,237,81). Sum of RGB (Red+Green+Blue) = 146+237+81=464 (61% of max value = 765). Red value is 146 (57.42% from 255 or 31.47% from 464); Green value is 237 (92.97% from 255 or 51.08% from 464); Blue value is 81 (32.03% from 255 or 17.46% from 464); Max value from RGB is 237 - color contains mainly: green. Hex color #92ED51 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #92ED51 is #6D12AE. Grayscale: #C0C0C0. Windows color (decimal): -7148207 or 5369234. OLE color: 5369234.

HSL color Cylindrical-coordinate representation of color #92ED51: hue angle of 95º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #92ED51 is Cyan = 0.38, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.07.

Color convert

RGB14623781-
CMYK0.3800.660.07
HSL95º81.25%62.35%-
HSV(B)95º65.82%92.94%-
XYZ43.6267.2718.47-
YUV192.0165.3595.18-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 31.47%
GREEN value IS 237 (92.97% from 255) = 51.08%
BLUE value IS 81 (32.03% from 255) = 17.46%
R=31.47%
G=51.08%
B=17.46%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal146237810.3800.660.079581.2562.35
Hex92ED512604275f513e
Octal222355121460102713712176
Binary100100101110110110100011001100100001011110111111010001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92ED51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,237,81); }

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

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

 a { background-color: rgb(146,237,81); }

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

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

 span { border-color: rgb(146,237,81); }

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