Html Css Color HEX #98E432 Atlantis

📋 copy color: '#98E432'

red 152 ◦ green 228 ◦ blue 50

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

Shades of Atlantis #98E432

Tints of Atlantis #98E432

RGB

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

 GREEN value IS 228 (89.45% from 255) = 53.02%

 BLUE value IS 50 (19.92% from 255) = 11.63%

R = 35.35%
G = 53.02%
B = 11.63%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.78

 K value IS 0.11

RGB Variations

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

Color information

#98E432 (or 0x98E432) is known color: Atlantis. HEX triplet: 98, E4 and 32. RGB value is (152,228,50). Sum of RGB (Red+Green+Blue) = 152+228+50=430 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.35% from 430); Green value is 228 (89.45% from 255 or 53.02% from 430); Blue value is 50 (19.92% from 255 or 11.63% from 430); Max value from RGB is 228 - color contains mainly: green. Hex color #98E432 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #98E432 is #671BCD. Grayscale: #B9B9B9. Windows color (decimal): -6757326 or 3335320. OLE color: 3335320.

HSL color Cylindrical-coordinate representation of color #98E432: hue angle of 85.62º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #98E432 is Cyan = 0.33, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.11.

Color convert

RGB 152 228 50 -
CMYK 0.33 0 0.78 0.11
HSL 85.62º 0.77% 0.55% -
HSV(B) 85.62º 0.78% 0.89% -
XYZ 41.27 62.39 12.89 -
YUV 184.98 51.82 104.47 -
System Red Green Blue C M Y K H S L
Decimal 152 228 50 0.33 0 0.78 0.11 85.62 0.77 0.55
Hex 98 E4 32 21 0 4E B 56 4D 37
Octal 230 344 62 41 0 116 13 126 115 67
Binary 10011000 11100100 110010 100001 0 1001110 1011 1010110 1001101 110111

Color Harmonies of #98E432

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98E432

Black with #98E432

Text Example


Text Example

White with #98E432

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,228,50); }

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

background-color css

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

 a { background-color: rgb(152,228,50); }

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

border-color css

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

 span { border-color: rgb(152,228,50); }

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