Html Css Color HEX #98D042 Atlantis

📋 copy color: '#98D042'

red 152 ◦ green 208 ◦ blue 66

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

Shades of Atlantis #98D042

Tints of Atlantis #98D042

RGB

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

 GREEN value IS 208 (81.64% from 255) = 48.83%

 BLUE value IS 66 (26.17% from 255) = 15.49%

R = 35.68%
G = 48.83%
B = 15.49%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.68

 K value IS 0.18

RGB Variations

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

Color information

#98D042 (or 0x98D042) is known color: Atlantis. HEX triplet: 98, D0 and 42. RGB value is (152,208,66). Sum of RGB (Red+Green+Blue) = 152+208+66=426 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.68% from 426); Green value is 208 (81.64% from 255 or 48.83% from 426); Blue value is 66 (26.17% from 255 or 15.49% from 426); Max value from RGB is 208 - color contains mainly: green. Hex color #98D042 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #98D042 is #672FBD. Grayscale: #AFAFAF. Windows color (decimal): -6762430 or 4378776. OLE color: 4378776.

HSL color Cylindrical-coordinate representation of color #98D042: hue angle of 83.66º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #98D042 is Cyan = 0.27, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.18.

Color convert

RGB 152 208 66 -
CMYK 0.27 0 0.68 0.18
HSL 83.66º 0.6% 0.54% -
HSV(B) 83.66º 0.68% 0.82% -
XYZ 36.49 52.18 13.3 -
YUV 175.07 66.45 111.55 -
System Red Green Blue C M Y K H S L
Decimal 152 208 66 0.27 0 0.68 0.18 83.66 0.6 0.54
Hex 98 D0 42 1B 0 44 12 54 3C 36
Octal 230 320 102 33 0 104 22 124 74 66
Binary 10011000 11010000 1000010 11011 0 1000100 10010 1010100 111100 110110

Color Harmonies of #98D042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98D042

Black with #98D042

Text Example


Text Example

White with #98D042

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,208,66); }

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

background-color css

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

 a { background-color: rgb(152,208,66); }

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

border-color css

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

 span { border-color: rgb(152,208,66); }

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