Html Css Color HEX #98DD2C Yellow Green

📋 copy color: '#98DD2C'

red 152 ◦ green 221 ◦ blue 44

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

Shades of Yellow Green #98DD2C

Tints of Yellow Green #98DD2C

RGB

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

 GREEN value IS 221 (86.72% from 255) = 53%

 BLUE value IS 44 (17.58% from 255) = 10.55%

R = 36.45%
G = 53%
B = 10.55%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.80

 K value IS 0.13

RGB Variations

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

Color information

#98DD2C (or 0x98DD2C) is known color: Yellow Green. HEX triplet: 98, DD and 2C. RGB value is (152,221,44). Sum of RGB (Red+Green+Blue) = 152+221+44=417 (55% of max value = 765). Red value is 152 (59.77% from 255 or 36.45% from 417); Green value is 221 (86.72% from 255 or 53.00% from 417); Blue value is 44 (17.58% from 255 or 10.55% from 417); Max value from RGB is 221 - color contains mainly: green. Hex color #98DD2C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #98DD2C is #6722D3. Grayscale: #B4B4B4. Windows color (decimal): -6759124 or 2940312. OLE color: 2940312.

HSL color Cylindrical-coordinate representation of color #98DD2C: hue angle of 83.39º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #98DD2C is Cyan = 0.31, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.13.

Color convert

RGB 152 221 44 -
CMYK 0.31 0 0.80 0.13
HSL 83.39º 0.72% 0.52% -
HSV(B) 83.39º 0.8% 0.87% -
XYZ 39.26 58.57 11.62 -
YUV 180.19 51.14 107.89 -
System Red Green Blue C M Y K H S L
Decimal 152 221 44 0.31 0 0.80 0.13 83.39 0.72 0.52
Hex 98 DD 2C 1F 0 50 D 53 48 34
Octal 230 335 54 37 0 120 15 123 110 64
Binary 10011000 11011101 101100 11111 0 1010000 1101 1010011 1001000 110100

Color Harmonies of #98DD2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98DD2C

Black with #98DD2C

Text Example


Text Example

White with #98DD2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,221,44); }

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

background-color css

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

 a { background-color: rgb(152,221,44); }

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

border-color css

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

 span { border-color: rgb(152,221,44); }

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