Html Css Color HEX #98F602 Spring Bud

📋 copy color: '#98F602'

red 152 ◦ green 246 ◦ blue 2

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

Shades of Spring Bud #98F602

Tints of Spring Bud #98F602

RGB

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

 GREEN value IS 246 (96.48% from 255) = 61.5%

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

R = 38%
G = 61.5%
B = 0.5%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.99

 K value IS 0.04

RGB Variations

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

Color information

#98F602 (or 0x98F602) is known color: Spring Bud. HEX triplet: 98, F6 and 02. RGB value is (152,246,2). Sum of RGB (Red+Green+Blue) = 152+246+2=400 (52% of max value = 765). Red value is 152 (59.77% from 255 or 38% from 400); Green value is 246 (96.48% from 255 or 61.5% from 400); Blue value is 2 (1.17% from 255 or 0.5% from 400); Max value from RGB is 246 - color contains mainly: green. Hex color #98F602 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #98F602 is #6709FD. Grayscale: #BEBEBE. Windows color (decimal): -6752766 or 194200. OLE color: 194200.

HSL color Cylindrical-coordinate representation of color #98F602: hue angle of 83.11º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #98F602 is Cyan = 0.38, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.04.

Color convert

RGB 152 246 2 -
CMYK 0.38 0 0.99 0.04
HSL 83.11º 0.98% 0.49% -
HSV(B) 83.11º 0.99% 0.96% -
XYZ 45.92 72.59 11.65 -
YUV 190.08 21.86 100.84 -
System Red Green Blue C M Y K H S L
Decimal 152 246 2 0.38 0 0.99 0.04 83.11 0.98 0.49
Hex 98 F6 2 26 0 63 4 53 62 31
Octal 230 366 2 46 0 143 4 123 142 61
Binary 10011000 11110110 10 100110 0 1100011 100 1010011 1100010 110001

Color Harmonies of #98F602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98F602

Black with #98F602

Text Example


Text Example

White with #98F602

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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