Html Css Color HEX #98D64D Atlantis

📋 copy color: '#98D64D'

red 152 ◦ green 214 ◦ blue 77

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

Shades of Atlantis #98D64D

Tints of Atlantis #98D64D

RGB

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

 GREEN value IS 214 (83.98% from 255) = 48.31%

 BLUE value IS 77 (30.47% from 255) = 17.38%

R = 34.31%
G = 48.31%
B = 17.38%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.64

 K value IS 0.16

RGB Variations

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

Color information

#98D64D (or 0x98D64D) is known color: Atlantis. HEX triplet: 98, D6 and 4D. RGB value is (152,214,77). Sum of RGB (Red+Green+Blue) = 152+214+77=443 (58% of max value = 765). Red value is 152 (59.77% from 255 or 34.31% from 443); Green value is 214 (83.98% from 255 or 48.31% from 443); Blue value is 77 (30.47% from 255 or 17.38% from 443); Max value from RGB is 214 - color contains mainly: green. Hex color #98D64D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98D64D is #6729B2. Grayscale: #B4B4B4. Windows color (decimal): -6760883 or 5101208. OLE color: 5101208.

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

Color convert

RGB 152 214 77 -
CMYK 0.29 0 0.64 0.16
HSL 87.15º 0.63% 0.57% -
HSV(B) 87.15º 0.64% 0.84% -
XYZ 38.34 55.3 15.68 -
YUV 179.84 69.96 108.14 -
System Red Green Blue C M Y K H S L
Decimal 152 214 77 0.29 0 0.64 0.16 87.15 0.63 0.57
Hex 98 D6 4D 1D 0 40 10 57 3F 39
Octal 230 326 115 35 0 100 20 127 77 71
Binary 10011000 11010110 1001101 11101 0 1000000 10000 1010111 111111 111001

Color Harmonies of #98D64D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98D64D

Black with #98D64D

Text Example


Text Example

White with #98D64D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,214,77); }

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

background-color css

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

 a { background-color: rgb(152,214,77); }

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

border-color css

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

 span { border-color: rgb(152,214,77); }

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