Html Css Color HEX #98C83D Atlantis

📋 copy color: '#98C83D'

red 152 ◦ green 200 ◦ blue 61

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

Shades of Atlantis #98C83D

Tints of Atlantis #98C83D

RGB

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

 GREEN value IS 200 (78.52% from 255) = 48.43%

 BLUE value IS 61 (24.22% from 255) = 14.77%

R = 36.8%
G = 48.43%
B = 14.77%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.69

 K value IS 0.22

RGB Variations

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

Color information

#98C83D (or 0x98C83D) is known color: Atlantis. HEX triplet: 98, C8 and 3D. RGB value is (152,200,61). Sum of RGB (Red+Green+Blue) = 152+200+61=413 (54% of max value = 765). Red value is 152 (59.77% from 255 or 36.80% from 413); Green value is 200 (78.52% from 255 or 48.43% from 413); Blue value is 61 (24.22% from 255 or 14.77% from 413); Max value from RGB is 200 - color contains mainly: green. Hex color #98C83D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #98C83D is #6737C2. Grayscale: #AAAAAA. Windows color (decimal): -6764483 or 4049048. OLE color: 4049048.

HSL color Cylindrical-coordinate representation of color #98C83D: hue angle of 80.72º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #98C83D is Cyan = 0.24, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.22.

Color convert

RGB 152 200 61 -
CMYK 0.24 0 0.69 0.22
HSL 80.72º 0.56% 0.51% -
HSV(B) 80.72º 0.7% 0.78% -
XYZ 34.45 48.32 11.93 -
YUV 169.8 66.6 115.3 -
System Red Green Blue C M Y K H S L
Decimal 152 200 61 0.24 0 0.69 0.22 80.72 0.56 0.51
Hex 98 C8 3D 18 0 45 16 51 38 33
Octal 230 310 75 30 0 105 26 121 70 63
Binary 10011000 11001000 111101 11000 0 1000101 10110 1010001 111000 110011

Color Harmonies of #98C83D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98C83D

Black with #98C83D

Text Example


Text Example

White with #98C83D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,200,61); }

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

background-color css

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

 a { background-color: rgb(152,200,61); }

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

border-color css

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

 span { border-color: rgb(152,200,61); }

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