#92F105

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

Shades of Spring Bud #92F105

Tints of Spring Bud #92F105

Color information

#92F105 (or 0x92F105) is unknown color: approx Spring Bud. HEX triplet: 92, F1 and 05. RGB value is (146,241,5). Sum of RGB (Red+Green+Blue) = 146+241+5=392 (51% of max value = 765). Red value is 146 (57.42% from 255 or 37.24% from 392); Green value is 241 (94.53% from 255 or 61.48% from 392); Blue value is 5 (2.34% from 255 or 1.28% from 392); Max value from RGB is 241 - color contains mainly: green. Hex color #92F105 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #92F105 is #6D0EFA. Grayscale: #BABABA. Windows color (decimal): -7147259 or 389522. OLE color: 389522.

HSL color Cylindrical-coordinate representation of color #92F105: hue angle of 84.15º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #92F105 is Cyan = 0.39, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.05.

Color convert

RGB1462415-
CMYK0.3900.980.05
HSL84.15º95.93%48.24%-
HSV(B)84.15º97.93%94.51%-
XYZ43.3469.0311.18-
YUV185.6926.0399.69-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 37.24%
GREEN value IS 241 (94.53% from 255) = 61.48%
BLUE value IS 5 (2.34% from 255) = 1.28%
R=37.24%
G=61.48%
B=1.28%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal14624150.3900.980.0584.1595.9348.24
Hex92F15270625546030
Octal2223615470142512414060
Binary10010010111100011011001110110001010110101001100000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92F105

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,241,5); }

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

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

 a { background-color: rgb(146,241,5); }

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

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

 span { border-color: rgb(146,241,5); }

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