Html Css Color HEX #98F224 Green Yellow

📋 copy color: '#98F224'

red 152 ◦ green 242 ◦ blue 36

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

Shades of Green Yellow #98F224

Tints of Green Yellow #98F224

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 8.37%

R = 35.35%
G = 56.28%
B = 8.37%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.85

 K value IS 0.05

RGB Variations

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

Color information

#98F224 (or 0x98F224) is known color: Green Yellow. HEX triplet: 98, F2 and 24. RGB value is (152,242,36). Sum of RGB (Red+Green+Blue) = 152+242+36=430 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.35% from 430); Green value is 242 (94.92% from 255 or 56.28% from 430); Blue value is 36 (14.45% from 255 or 8.37% from 430); Max value from RGB is 242 - color contains mainly: green. Hex color #98F224 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #98F224 is #670DDB. Grayscale: #C0C0C0. Windows color (decimal): -6753756 or 2421400. OLE color: 2421400.

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

Color convert

RGB 152 242 36 -
CMYK 0.37 0 0.85 0.05
HSL 86.21º 0.89% 0.55% -
HSV(B) 86.21º 0.85% 0.95% -
XYZ 45.02 70.31 12.87 -
YUV 191.61 40.18 99.75 -
System Red Green Blue C M Y K H S L
Decimal 152 242 36 0.37 0 0.85 0.05 86.21 0.89 0.55
Hex 98 F2 24 25 0 55 5 56 59 37
Octal 230 362 44 45 0 125 5 126 131 67
Binary 10011000 11110010 100100 100101 0 1010101 101 1010110 1011001 110111

Color Harmonies of #98F224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98F224

Black with #98F224

Text Example


Text Example

White with #98F224

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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