Html Css Color HEX #98D73F Atlantis

📋 copy color: '#98D73F'

red 152 ◦ green 215 ◦ blue 63

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

Shades of Atlantis #98D73F

Tints of Atlantis #98D73F

RGB

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

 GREEN value IS 215 (84.38% from 255) = 50%

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

R = 35.35%
G = 50%
B = 14.65%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.71

 K value IS 0.16

RGB Variations

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

Color information

#98D73F (or 0x98D73F) is known color: Atlantis. HEX triplet: 98, D7 and 3F. RGB value is (152,215,63). Sum of RGB (Red+Green+Blue) = 152+215+63=430 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.35% from 430); Green value is 215 (84.38% from 255 or 50% from 430); Blue value is 63 (25% from 255 or 14.65% from 430); Max value from RGB is 215 - color contains mainly: green. Hex color #98D73F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #98D73F is #6728C0. Grayscale: #B3B3B3. Windows color (decimal): -6760641 or 4183960. OLE color: 4183960.

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

Color convert

RGB 152 215 63 -
CMYK 0.29 0 0.71 0.16
HSL 84.87º 0.66% 0.55% -
HSV(B) 84.87º 0.71% 0.84% -
XYZ 38.15 55.64 13.43 -
YUV 178.84 62.63 108.86 -
System Red Green Blue C M Y K H S L
Decimal 152 215 63 0.29 0 0.71 0.16 84.87 0.66 0.55
Hex 98 D7 3F 1D 0 47 10 55 42 37
Octal 230 327 77 35 0 107 20 125 102 67
Binary 10011000 11010111 111111 11101 0 1000111 10000 1010101 1000010 110111

Color Harmonies of #98D73F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98D73F

Black with #98D73F

Text Example


Text Example

White with #98D73F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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