Html Css Color HEX #98F217 Spring Bud

📋 copy color: '#98F217'

red 152 ◦ green 242 ◦ blue 23

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

Shades of Spring Bud #98F217

Tints of Spring Bud #98F217

RGB

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

 GREEN value IS 242 (94.92% from 255) = 58.03%

 BLUE value IS 23 (9.38% from 255) = 5.52%

R = 36.45%
G = 58.03%
B = 5.52%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.90

 K value IS 0.05

RGB Variations

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

Color information

#98F217 (or 0x98F217) is known color: Spring Bud. HEX triplet: 98, F2 and 17. RGB value is (152,242,23). Sum of RGB (Red+Green+Blue) = 152+242+23=417 (55% of max value = 765). Red value is 152 (59.77% from 255 or 36.45% from 417); Green value is 242 (94.92% from 255 or 58.03% from 417); Blue value is 23 (9.38% from 255 or 5.52% from 417); Max value from RGB is 242 - color contains mainly: green. Hex color #98F217 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #98F217 is #670DE8. Grayscale: #BEBEBE. Windows color (decimal): -6753769 or 1569432. OLE color: 1569432.

HSL color Cylindrical-coordinate representation of color #98F217: hue angle of 84.66º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #98F217 is Cyan = 0.37, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.05.

Color convert

RGB 152 242 23 -
CMYK 0.37 0 0.90 0.05
HSL 84.66º 0.89% 0.52% -
HSV(B) 84.66º 0.9% 0.95% -
XYZ 44.86 70.24 12 -
YUV 190.12 33.68 100.81 -
System Red Green Blue C M Y K H S L
Decimal 152 242 23 0.37 0 0.90 0.05 84.66 0.89 0.52
Hex 98 F2 17 25 0 5A 5 55 59 34
Octal 230 362 27 45 0 132 5 125 131 64
Binary 10011000 11110010 10111 100101 0 1011010 101 1010101 1011001 110100

Color Harmonies of #98F217

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98F217

Black with #98F217

Text Example


Text Example

White with #98F217

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,242,23); }

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

background-color css

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

 a { background-color: rgb(152,242,23); }

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

border-color css

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

 span { border-color: rgb(152,242,23); }

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