#98E601

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

Shades of Spring Bud #98E601

Tints of Spring Bud #98E601

Color information

#98E601 (or 0x98E601) is unknown color: approx Spring Bud. HEX triplet: 98, E6 and 01. RGB value is (152,230,1). Sum of RGB (Red+Green+Blue) = 152+230+1=383 (50% of max value = 765). Red value is 152 (59.77% from 255 or 39.69% from 383); Green value is 230 (90.23% from 255 or 60.05% from 383); Blue value is 1 (0.78% from 255 or 0.26% from 383); Max value from RGB is 230 - color contains mainly: green. Hex color #98E601 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #98E601 is #6719FE. Grayscale: #B5B5B5. Windows color (decimal): -6756863 or 124568. OLE color: 124568.

HSL color Cylindrical-coordinate representation of color #98E601: hue angle of 80.44º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #98E601 is Cyan = 0.34, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.10.

Color convert

RGB1522301-
CMYK0.3401.000.10
HSL80.44º99.13%45.29%-
HSV(B)80.44º99.57%90.2%-
XYZ41.2563.2710.07-
YUV180.5726.66107.62-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 39.69%
GREEN value IS 230 (90.23% from 255) = 60.05%
BLUE value IS 1 (0.78% from 255) = 0.26%
R=39.69%
G=60.05%
B=0.26%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 1.00
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal15223010.3401.000.1080.4499.1345.29
Hex98E6122064A50632d
Octal23034614201441212014355
Binary1001100011100110110001001100100101010100001100011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98E601

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98E601; }

 p { color: rgb(152,230,1); }

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

<style>
 a { background-color: #98E601; }

 a { background-color: rgb(152,230,1); }

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

<style>
 span { border-color: #98E601; }

 span { border-color: rgb(152,230,1); }

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