Html Css Color HEX #98F122 Green Yellow

📋 copy color: '#98F122'

red 152 ◦ green 241 ◦ blue 34

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

Shades of Green Yellow #98F122

Tints of Green Yellow #98F122

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 7.96%

R = 35.6%
G = 56.44%
B = 7.96%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.86

 K value IS 0.05

RGB Variations

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

Color information

#98F122 (or 0x98F122) is known color: Green Yellow. HEX triplet: 98, F1 and 22. RGB value is (152,241,34). Sum of RGB (Red+Green+Blue) = 152+241+34=427 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.60% from 427); Green value is 241 (94.53% from 255 or 56.44% from 427); Blue value is 34 (13.67% from 255 or 7.96% from 427); Max value from RGB is 241 - color contains mainly: green. Hex color #98F122 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #98F122 is #670EDD. Grayscale: #BFBFBF. Windows color (decimal): -6754014 or 2290072. OLE color: 2290072.

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

Color convert

RGB 152 241 34 -
CMYK 0.37 0 0.86 0.05
HSL 85.8º 0.88% 0.54% -
HSV(B) 85.8º 0.86% 0.95% -
XYZ 44.69 69.7 12.61 -
YUV 190.79 39.51 100.33 -
System Red Green Blue C M Y K H S L
Decimal 152 241 34 0.37 0 0.86 0.05 85.8 0.88 0.54
Hex 98 F1 22 25 0 56 5 56 58 36
Octal 230 361 42 45 0 126 5 126 130 66
Binary 10011000 11110001 100010 100101 0 1010110 101 1010110 1011000 110110

Color Harmonies of #98F122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98F122

Black with #98F122

Text Example


Text Example

White with #98F122

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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