#92F75E

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

Shades of Conifer #92F75E

Tints of Conifer #92F75E

Color information

#92F75E (or 0x92F75E) is unknown color: approx Conifer. HEX triplet: 92, F7 and 5E. RGB value is (146,247,94). Sum of RGB (Red+Green+Blue) = 146+247+94=487 (64% of max value = 765). Red value is 146 (57.42% from 255 or 29.98% from 487); Green value is 247 (96.88% from 255 or 50.72% from 487); Blue value is 94 (37.11% from 255 or 19.30% from 487); Max value from RGB is 247 - color contains mainly: green. Hex color #92F75E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #92F75E is #6D08A1. Grayscale: #C7C7C7. Windows color (decimal): -7145634 or 6223762. OLE color: 6223762.

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

Color convert

RGB14624794-
CMYK0.4100.620.03
HSL99.61º90.53%66.86%-
HSV(B)99.61º61.94%96.86%-
XYZ47.1473.4422.28-
YUV199.3668.5489.94-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 29.98%
GREEN value IS 247 (96.88% from 255) = 50.72%
BLUE value IS 94 (37.11% from 255) = 19.30%
R=29.98%
G=50.72%
B=19.30%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal146247940.4100.620.0399.6190.5366.86
Hex92F75E2903E3645b43
Octal222367136510763144133103
Binary10010010111101111011110101001011111011110010010110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92F75E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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