Html Css Color HEX #98DA40 Atlantis

📋 copy color: '#98DA40'

red 152 ◦ green 218 ◦ blue 64

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

Shades of Atlantis #98DA40

Tints of Atlantis #98DA40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 14.75%

R = 35.02%
G = 50.23%
B = 14.75%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.71

 K value IS 0.15

RGB Variations

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

Color information

#98DA40 (or 0x98DA40) is known color: Atlantis. HEX triplet: 98, DA and 40. RGB value is (152,218,64). Sum of RGB (Red+Green+Blue) = 152+218+64=434 (57% of max value = 765). Red value is 152 (59.77% from 255 or 35.02% from 434); Green value is 218 (85.55% from 255 or 50.23% from 434); Blue value is 64 (25.39% from 255 or 14.75% from 434); Max value from RGB is 218 - color contains mainly: green. Hex color #98DA40 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #98DA40 is #6725BF. Grayscale: #B5B5B5. Windows color (decimal): -6759872 or 4250264. OLE color: 4250264.

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

Color convert

RGB 152 218 64 -
CMYK 0.30 0 0.71 0.15
HSL 85.71º 0.68% 0.55% -
HSV(B) 85.71º 0.71% 0.85% -
XYZ 38.95 57.19 13.84 -
YUV 180.71 62.13 107.52 -
System Red Green Blue C M Y K H S L
Decimal 152 218 64 0.30 0 0.71 0.15 85.71 0.68 0.55
Hex 98 DA 40 1E 0 47 F 56 44 37
Octal 230 332 100 36 0 107 17 126 104 67
Binary 10011000 11011010 1000000 11110 0 1000111 1111 1010110 1000100 110111

Color Harmonies of #98DA40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98DA40

Black with #98DA40

Text Example


Text Example

White with #98DA40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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