Html Css Color HEX #98D440 Atlantis

📋 copy color: '#98D440'

red 152 ◦ green 212 ◦ blue 64

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

Shades of Atlantis #98D440

Tints of Atlantis #98D440

RGB

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

 GREEN value IS 212 (83.2% from 255) = 49.53%

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

R = 35.51%
G = 49.53%
B = 14.95%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.70

 K value IS 0.17

RGB Variations

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

Color information

#98D440 (or 0x98D440) is known color: Atlantis. HEX triplet: 98, D4 and 40. RGB value is (152,212,64). Sum of RGB (Red+Green+Blue) = 152+212+64=428 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.51% from 428); Green value is 212 (83.20% from 255 or 49.53% from 428); Blue value is 64 (25.39% from 255 or 14.95% from 428); Max value from RGB is 212 - color contains mainly: green. Hex color #98D440 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #98D440 is #672BBF. Grayscale: #B1B1B1. Windows color (decimal): -6761408 or 4248728. OLE color: 4248728.

HSL color Cylindrical-coordinate representation of color #98D440: hue angle of 84.32º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #98D440 is Cyan = 0.28, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.17.

Color convert

RGB 152 212 64 -
CMYK 0.28 0 0.70 0.17
HSL 84.32º 0.63% 0.54% -
HSV(B) 84.32º 0.7% 0.83% -
XYZ 37.42 54.13 13.33 -
YUV 177.19 64.12 110.03 -
System Red Green Blue C M Y K H S L
Decimal 152 212 64 0.28 0 0.70 0.17 84.32 0.63 0.54
Hex 98 D4 40 1C 0 46 11 54 3F 36
Octal 230 324 100 34 0 106 21 124 77 66
Binary 10011000 11010100 1000000 11100 0 1000110 10001 1010100 111111 110110

Color Harmonies of #98D440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98D440

Black with #98D440

Text Example


Text Example

White with #98D440

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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