Html Css Color HEX #98F002 Spring Bud

📋 copy color: '#98F002'

red 152 ◦ green 240 ◦ blue 2

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

Shades of Spring Bud #98F002

Tints of Spring Bud #98F002

RGB

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

 GREEN value IS 240 (94.14% from 255) = 60.91%

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

R = 38.58%
G = 60.91%
B = 0.51%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.99

 K value IS 0.06

RGB Variations

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

Color information

#98F002 (or 0x98F002) is known color: Spring Bud. HEX triplet: 98, F0 and 02. RGB value is (152,240,2). Sum of RGB (Red+Green+Blue) = 152+240+2=394 (52% of max value = 765). Red value is 152 (59.77% from 255 or 38.58% from 394); Green value is 240 (94.14% from 255 or 60.91% from 394); Blue value is 2 (1.17% from 255 or 0.51% from 394); Max value from RGB is 240 - color contains mainly: green. Hex color #98F002 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #98F002 is #670FFD. Grayscale: #BBBBBB. Windows color (decimal): -6754302 or 192664. OLE color: 192664.

HSL color Cylindrical-coordinate representation of color #98F002: hue angle of 82.18º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #98F002 is Cyan = 0.37, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.06.

Color convert

RGB 152 240 2 -
CMYK 0.37 0 0.99 0.06
HSL 82.18º 0.98% 0.47% -
HSV(B) 82.18º 0.99% 0.94% -
XYZ 44.12 69 11.05 -
YUV 186.56 23.85 103.35 -
System Red Green Blue C M Y K H S L
Decimal 152 240 2 0.37 0 0.99 0.06 82.18 0.98 0.47
Hex 98 F0 2 25 0 63 6 52 62 2F
Octal 230 360 2 45 0 143 6 122 142 57
Binary 10011000 11110000 10 100101 0 1100011 110 1010010 1100010 101111

Color Harmonies of #98F002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98F002

Black with #98F002

Text Example


Text Example

White with #98F002

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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