#92f75b

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

Shades of Conifer #92F75B

Tints of Conifer #92F75B

Color information

#92F75B (or 0x92F75B) is unknown color: approx Conifer. HEX triplet: 92, F7 and 5B. RGB value is (146,247,91). Sum of RGB (Red+Green+Blue) = 146+247+91=484 (64% of max value = 765). Red value is 146 (57.42% from 255 or 30.17% from 484); Green value is 247 (96.88% from 255 or 51.03% from 484); Blue value is 91 (35.94% from 255 or 18.80% from 484); Max value from RGB is 247 - color contains mainly: green. Hex color #92F75B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #92F75B is #6D08A4. Grayscale: #C7C7C7. Windows color (decimal): -7145637 or 6027154. OLE color: 6027154.

HSL color Cylindrical-coordinate representation of color #92F75B: hue angle of 98.85º degrees, saturation: 0.91, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #92F75B is Cyan = 0.41, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.03.

Color convert

RGB14624791-
CMYK0.4100.630.03
HSL98.85º90.7%66.27%-
HSV(B)98.85º63.16%96.86%-
XYZ4773.3921.59-
YUV199.0267.0490.18-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 30.17%
GREEN value IS 247 (96.88% from 255) = 51.03%
BLUE value IS 91 (35.94% from 255) = 18.80%
R=30.17%
G=51.03%
B=18.80%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal146247910.4100.630.0398.8590.766.27
Hex92F75B2903F3635b42
Octal222367133510773143133102
Binary10010010111101111011011101001011111111110001110110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92f75b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,247,91); }

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

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

 a { background-color: rgb(146,247,91); }

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

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

 span { border-color: rgb(146,247,91); }

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