Html Css Color HEX #98D540 Atlantis

📋 copy color: '#98D540'

red 152 ◦ green 213 ◦ blue 64

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

Shades of Atlantis #98D540

Tints of Atlantis #98D540

RGB

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

 GREEN value IS 213 (83.59% from 255) = 49.65%

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

R = 35.43%
G = 49.65%
B = 14.92%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.70

 K value IS 0.16

RGB Variations

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

Color information

#98D540 (or 0x98D540) is known color: Atlantis. HEX triplet: 98, D5 and 40. RGB value is (152,213,64). Sum of RGB (Red+Green+Blue) = 152+213+64=429 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.43% from 429); Green value is 213 (83.59% from 255 or 49.65% from 429); Blue value is 64 (25.39% from 255 or 14.92% from 429); Max value from RGB is 213 - color contains mainly: green. Hex color #98D540 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #98D540 is #672ABF. Grayscale: #B2B2B2. Windows color (decimal): -6761152 or 4248984. OLE color: 4248984.

HSL color Cylindrical-coordinate representation of color #98D540: hue angle of 84.56º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #98D540 is Cyan = 0.29, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.16.

Color convert

RGB 152 213 64 -
CMYK 0.29 0 0.70 0.16
HSL 84.56º 0.64% 0.54% -
HSV(B) 84.56º 0.7% 0.84% -
XYZ 37.67 54.63 13.41 -
YUV 177.78 63.79 109.62 -
System Red Green Blue C M Y K H S L
Decimal 152 213 64 0.29 0 0.70 0.16 84.56 0.64 0.54
Hex 98 D5 40 1D 0 46 10 55 40 36
Octal 230 325 100 35 0 106 20 125 100 66
Binary 10011000 11010101 1000000 11101 0 1000110 10000 1010101 1000000 110110

Color Harmonies of #98D540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98D540

Black with #98D540

Text Example


Text Example

White with #98D540

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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