Html Css Color HEX #98DF50 Atlantis

📋 copy color: '#98DF50'

red 152 ◦ green 223 ◦ blue 80

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

Shades of Atlantis #98DF50

Tints of Atlantis #98DF50

RGB

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

 GREEN value IS 223 (87.5% from 255) = 49.01%

 BLUE value IS 80 (31.64% from 255) = 17.58%

R = 33.41%
G = 49.01%
B = 17.58%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.64

 K value IS 0.13

RGB Variations

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

Color information

#98DF50 (or 0x98DF50) is known color: Atlantis. HEX triplet: 98, DF and 50. RGB value is (152,223,80). Sum of RGB (Red+Green+Blue) = 152+223+80=455 (60% of max value = 765). Red value is 152 (59.77% from 255 or 33.41% from 455); Green value is 223 (87.5% from 255 or 49.01% from 455); Blue value is 80 (31.64% from 255 or 17.58% from 455); Max value from RGB is 223 - color contains mainly: green. Hex color #98DF50 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98DF50 is #6720AF. Grayscale: #B9B9B9. Windows color (decimal): -6758576 or 5300120. OLE color: 5300120.

HSL color Cylindrical-coordinate representation of color #98DF50: hue angle of 89.79º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #98DF50 is Cyan = 0.32, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.13.

Color convert

RGB 152 223 80 -
CMYK 0.32 0 0.64 0.13
HSL 89.79º 0.69% 0.59% -
HSV(B) 89.79º 0.64% 0.87% -
XYZ 40.78 60.03 17.03 -
YUV 185.47 68.48 104.13 -
System Red Green Blue C M Y K H S L
Decimal 152 223 80 0.32 0 0.64 0.13 89.79 0.69 0.59
Hex 98 DF 50 20 0 40 D 5A 45 3B
Octal 230 337 120 40 0 100 15 132 105 73
Binary 10011000 11011111 1010000 100000 0 1000000 1101 1011010 1000101 111011

Color Harmonies of #98DF50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98DF50

Black with #98DF50

Text Example


Text Example

White with #98DF50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,223,80); }

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

background-color css

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

 a { background-color: rgb(152,223,80); }

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

border-color css

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

 span { border-color: rgb(152,223,80); }

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