Html Css Color HEX #98CE40 Atlantis

📋 copy color: '#98CE40'

red 152 ◦ green 206 ◦ blue 64

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

Shades of Atlantis #98CE40

Tints of Atlantis #98CE40

RGB

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

 GREEN value IS 206 (80.86% from 255) = 48.82%

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

R = 36.02%
G = 48.82%
B = 15.17%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.69

 K value IS 0.19

RGB Variations

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

Color information

#98CE40 (or 0x98CE40) is known color: Atlantis. HEX triplet: 98, CE and 40. RGB value is (152,206,64). Sum of RGB (Red+Green+Blue) = 152+206+64=422 (55% of max value = 765). Red value is 152 (59.77% from 255 or 36.02% from 422); Green value is 206 (80.86% from 255 or 48.82% from 422); Blue value is 64 (25.39% from 255 or 15.17% from 422); Max value from RGB is 206 - color contains mainly: green. Hex color #98CE40 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #98CE40 is #6731BF. Grayscale: #AEAEAE. Windows color (decimal): -6762944 or 4247192. OLE color: 4247192.

HSL color Cylindrical-coordinate representation of color #98CE40: hue angle of 82.82º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #98CE40 is Cyan = 0.26, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.19.

Color convert

RGB 152 206 64 -
CMYK 0.26 0 0.69 0.19
HSL 82.82º 0.59% 0.53% -
HSV(B) 82.82º 0.69% 0.81% -
XYZ 35.95 51.19 12.84 -
YUV 173.67 66.11 112.55 -
System Red Green Blue C M Y K H S L
Decimal 152 206 64 0.26 0 0.69 0.19 82.82 0.59 0.53
Hex 98 CE 40 1A 0 45 13 53 3B 35
Octal 230 316 100 32 0 105 23 123 73 65
Binary 10011000 11001110 1000000 11010 0 1000101 10011 1010011 111011 110101

Color Harmonies of #98CE40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98CE40

Black with #98CE40

Text Example


Text Example

White with #98CE40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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