Html Css Color HEX #98DA2A Yellow Green

📋 copy color: '#98DA2A'

red 152 ◦ green 218 ◦ blue 42

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

Shades of Yellow Green #98DA2A

Tints of Yellow Green #98DA2A

RGB

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

 GREEN value IS 218 (85.55% from 255) = 52.91%

 BLUE value IS 42 (16.8% from 255) = 10.19%

R = 36.89%
G = 52.91%
B = 10.19%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.81

 K value IS 0.15

RGB Variations

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

Color information

#98DA2A (or 0x98DA2A) is known color: Yellow Green. HEX triplet: 98, DA and 2A. RGB value is (152,218,42). Sum of RGB (Red+Green+Blue) = 152+218+42=412 (54% of max value = 765). Red value is 152 (59.77% from 255 or 36.89% from 412); Green value is 218 (85.55% from 255 or 52.91% from 412); Blue value is 42 (16.80% from 255 or 10.19% from 412); Max value from RGB is 218 - color contains mainly: green. Hex color #98DA2A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #98DA2A is #6725D5. Grayscale: #B2B2B2. Windows color (decimal): -6759894 or 2808472. OLE color: 2808472.

HSL color Cylindrical-coordinate representation of color #98DA2A: hue angle of 82.5º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #98DA2A is Cyan = 0.30, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.15.

Color convert

RGB 152 218 42 -
CMYK 0.30 0 0.81 0.15
HSL 82.5º 0.7% 0.51% -
HSV(B) 82.5º 0.81% 0.85% -
XYZ 38.44 56.99 11.16 -
YUV 178.2 51.13 109.31 -
System Red Green Blue C M Y K H S L
Decimal 152 218 42 0.30 0 0.81 0.15 82.5 0.7 0.51
Hex 98 DA 2A 1E 0 51 F 52 46 33
Octal 230 332 52 36 0 121 17 122 106 63
Binary 10011000 11011010 101010 11110 0 1010001 1111 1010010 1000110 110011

Color Harmonies of #98DA2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98DA2A

Black with #98DA2A

Text Example


Text Example

White with #98DA2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,218,42); }

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

background-color css

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

 a { background-color: rgb(152,218,42); }

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

border-color css

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

 span { border-color: rgb(152,218,42); }

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