Html Css Color HEX #98DC4D Atlantis

📋 copy color: '#98DC4D'

red 152 ◦ green 220 ◦ blue 77

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

Shades of Atlantis #98DC4D

Tints of Atlantis #98DC4D

RGB

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

 GREEN value IS 220 (86.33% from 255) = 49%

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

R = 33.85%
G = 49%
B = 17.15%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.65

 K value IS 0.14

RGB Variations

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

Color information

#98DC4D (or 0x98DC4D) is known color: Atlantis. HEX triplet: 98, DC and 4D. RGB value is (152,220,77). Sum of RGB (Red+Green+Blue) = 152+220+77=449 (59% of max value = 765). Red value is 152 (59.77% from 255 or 33.85% from 449); Green value is 220 (86.33% from 255 or 49.00% from 449); Blue value is 77 (30.47% from 255 or 17.15% from 449); Max value from RGB is 220 - color contains mainly: green. Hex color #98DC4D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98DC4D is #6723B2. Grayscale: #B7B7B7. Windows color (decimal): -6759347 or 5102744. OLE color: 5102744.

HSL color Cylindrical-coordinate representation of color #98DC4D: hue angle of 88.53º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #98DC4D is Cyan = 0.31, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.14.

Color convert

RGB 152 220 77 -
CMYK 0.31 0 0.65 0.14
HSL 88.53º 0.67% 0.58% -
HSV(B) 88.53º 0.65% 0.86% -
XYZ 39.88 58.4 16.19 -
YUV 183.37 67.97 105.63 -
System Red Green Blue C M Y K H S L
Decimal 152 220 77 0.31 0 0.65 0.14 88.53 0.67 0.58
Hex 98 DC 4D 1F 0 41 E 59 43 3A
Octal 230 334 115 37 0 101 16 131 103 72
Binary 10011000 11011100 1001101 11111 0 1000001 1110 1011001 1000011 111010

Color Harmonies of #98DC4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98DC4D

Black with #98DC4D

Text Example


Text Example

White with #98DC4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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