Html Css Color HEX #98DF38 Atlantis

📋 copy color: '#98DF38'

red 152 ◦ green 223 ◦ blue 56

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

Shades of Atlantis #98DF38

Tints of Atlantis #98DF38

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 12.99%

R = 35.27%
G = 51.74%
B = 12.99%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.75

 K value IS 0.13

RGB Variations

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

Color information

#98DF38 (or 0x98DF38) is known color: Atlantis. HEX triplet: 98, DF and 38. RGB value is (152,223,56). Sum of RGB (Red+Green+Blue) = 152+223+56=431 (57% of max value = 765). Red value is 152 (59.77% from 255 or 35.27% from 431); Green value is 223 (87.5% from 255 or 51.74% from 431); Blue value is 56 (22.27% from 255 or 12.99% from 431); Max value from RGB is 223 - color contains mainly: green. Hex color #98DF38 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #98DF38 is #6720C7. Grayscale: #B7B7B7. Windows color (decimal): -6758600 or 3727256. OLE color: 3727256.

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

Color convert

RGB 152 223 56 -
CMYK 0.32 0 0.75 0.13
HSL 85.51º 0.72% 0.55% -
HSV(B) 85.51º 0.75% 0.87% -
XYZ 40.05 59.74 13.16 -
YUV 182.73 56.48 106.08 -
System Red Green Blue C M Y K H S L
Decimal 152 223 56 0.32 0 0.75 0.13 85.51 0.72 0.55
Hex 98 DF 38 20 0 4B D 56 48 37
Octal 230 337 70 40 0 113 15 126 110 67
Binary 10011000 11011111 111000 100000 0 1001011 1101 1010110 1001000 110111

Color Harmonies of #98DF38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98DF38

Black with #98DF38

Text Example


Text Example

White with #98DF38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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