Html Css Color HEX #98D33F Atlantis

📋 copy color: '#98D33F'

red 152 ◦ green 211 ◦ blue 63

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

Shades of Atlantis #98D33F

Tints of Atlantis #98D33F

RGB

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

 GREEN value IS 211 (82.81% from 255) = 49.53%

 BLUE value IS 63 (25% from 255) = 14.79%

R = 35.68%
G = 49.53%
B = 14.79%

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

#98D33F (or 0x98D33F) is known color: Atlantis. HEX triplet: 98, D3 and 3F. RGB value is (152,211,63). Sum of RGB (Red+Green+Blue) = 152+211+63=426 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.68% from 426); Green value is 211 (82.81% from 255 or 49.53% from 426); Blue value is 63 (25% from 255 or 14.79% from 426); Max value from RGB is 211 - color contains mainly: green. Hex color #98D33F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #98D33F is #672CC0. Grayscale: #B1B1B1. Windows color (decimal): -6761665 or 4182936. OLE color: 4182936.

HSL color Cylindrical-coordinate representation of color #98D33F: hue angle of 83.92º 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 #98D33F is Cyan = 0.28, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.17.

Color convert

RGB 152 211 63 -
CMYK 0.28 0 0.70 0.17
HSL 83.92º 0.63% 0.54% -
HSV(B) 83.92º 0.7% 0.83% -
XYZ 37.14 53.62 13.1 -
YUV 176.49 63.95 110.53 -
System Red Green Blue C M Y K H S L
Decimal 152 211 63 0.28 0 0.70 0.17 83.92 0.63 0.54
Hex 98 D3 3F 1C 0 46 11 54 3F 36
Octal 230 323 77 34 0 106 21 124 77 66
Binary 10011000 11010011 111111 11100 0 1000110 10001 1010100 111111 110110

Color Harmonies of #98D33F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98D33F

Black with #98D33F

Text Example


Text Example

White with #98D33F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,211,63); }

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

background-color css

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

 a { background-color: rgb(152,211,63); }

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

border-color css

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

 span { border-color: rgb(152,211,63); }

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