Html Css Color HEX #98E602 Spring Bud

📋 copy color: '#98E602'

red 152 ◦ green 230 ◦ blue 2

#98E602
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Spring Bud #98E602

Tints of Spring Bud #98E602

RGB

 RED value IS 152 (59.77% from 255) = 39.58%

 GREEN value IS 230 (90.23% from 255) = 59.9%

 BLUE value IS 2 (1.17% from 255) = 0.52%

R = 39.58%
G = 59.9%
B = 0.52%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.99

 K value IS 0.10

RGB Variations

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

Color information

#98E602 (or 0x98E602) is known color: Spring Bud. HEX triplet: 98, E6 and 02. RGB value is (152,230,2). Sum of RGB (Red+Green+Blue) = 152+230+2=384 (50% of max value = 765). Red value is 152 (59.77% from 255 or 39.58% from 384); Green value is 230 (90.23% from 255 or 59.90% from 384); Blue value is 2 (1.17% from 255 or 0.52% from 384); Max value from RGB is 230 - color contains mainly: green. Hex color #98E602 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #98E602 is #6719FD. Grayscale: #B5B5B5. Windows color (decimal): -6756862 or 190104. OLE color: 190104.

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

Color convert

RGB 152 230 2 -
CMYK 0.34 0 0.99 0.10
HSL 80.53º 0.98% 0.45% -
HSV(B) 80.53º 0.99% 0.9% -
XYZ 41.26 63.27 10.1 -
YUV 180.69 27.16 107.54 -
System Red Green Blue C M Y K H S L
Decimal 152 230 2 0.34 0 0.99 0.10 80.53 0.98 0.45
Hex 98 E6 2 22 0 63 A 51 62 2D
Octal 230 346 2 42 0 143 12 121 142 55
Binary 10011000 11100110 10 100010 0 1100011 1010 1010001 1100010 101101

Color Harmonies of #98E602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98E602

Black with #98E602

Text Example


Text Example

White with #98E602

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #98E602;
 }
 .AnyTagClassName
 {
   color: #98E602;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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