Html Css Color HEX #98F103 Spring Bud

📋 copy color: '#98F103'

red 152 ◦ green 241 ◦ blue 3

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

Shades of Spring Bud #98F103

Tints of Spring Bud #98F103

RGB

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

 GREEN value IS 241 (94.53% from 255) = 60.86%

 BLUE value IS 3 (1.56% from 255) = 0.76%

R = 38.38%
G = 60.86%
B = 0.76%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.99

 K value IS 0.05

RGB Variations

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

Color information

#98F103 (or 0x98F103) is known color: Spring Bud. HEX triplet: 98, F1 and 03. RGB value is (152,241,3). Sum of RGB (Red+Green+Blue) = 152+241+3=396 (52% of max value = 765). Red value is 152 (59.77% from 255 or 38.38% from 396); Green value is 241 (94.53% from 255 or 60.86% from 396); Blue value is 3 (1.56% from 255 or 0.76% from 396); Max value from RGB is 241 - color contains mainly: green. Hex color #98F103 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #98F103 is #670EFC. Grayscale: #BCBCBC. Windows color (decimal): -6754045 or 258456. OLE color: 258456.

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

Color convert

RGB 152 241 3 -
CMYK 0.37 0 0.99 0.05
HSL 82.44º 0.98% 0.48% -
HSV(B) 82.44º 0.99% 0.95% -
XYZ 44.42 69.59 11.18 -
YUV 187.26 24.01 102.85 -
System Red Green Blue C M Y K H S L
Decimal 152 241 3 0.37 0 0.99 0.05 82.44 0.98 0.48
Hex 98 F1 3 25 0 63 5 52 62 30
Octal 230 361 3 45 0 143 5 122 142 60
Binary 10011000 11110001 11 100101 0 1100011 101 1010010 1100010 110000

Color Harmonies of #98F103

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98F103

Black with #98F103

Text Example


Text Example

White with #98F103

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,241,3); }

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

background-color css

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

 a { background-color: rgb(152,241,3); }

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

border-color css

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

 span { border-color: rgb(152,241,3); }

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