Html Css Color HEX #98DA42 Atlantis

📋 copy color: '#98DA42'

red 152 ◦ green 218 ◦ blue 66

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

Shades of Atlantis #98DA42

Tints of Atlantis #98DA42

RGB

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

 GREEN value IS 218 (85.55% from 255) = 50%

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

R = 34.86%
G = 50%
B = 15.14%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.70

 K value IS 0.15

RGB Variations

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

Color information

#98DA42 (or 0x98DA42) is known color: Atlantis. HEX triplet: 98, DA and 42. RGB value is (152,218,66). Sum of RGB (Red+Green+Blue) = 152+218+66=436 (57% of max value = 765). Red value is 152 (59.77% from 255 or 34.86% from 436); Green value is 218 (85.55% from 255 or 50% from 436); Blue value is 66 (26.17% from 255 or 15.14% from 436); Max value from RGB is 218 - color contains mainly: green. Hex color #98DA42 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #98DA42 is #6725BD. Grayscale: #B5B5B5. Windows color (decimal): -6759870 or 4381336. OLE color: 4381336.

HSL color Cylindrical-coordinate representation of color #98DA42: hue angle of 86.05º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #98DA42 is Cyan = 0.30, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.15.

Color convert

RGB 152 218 66 -
CMYK 0.30 0 0.70 0.15
HSL 86.05º 0.67% 0.56% -
HSV(B) 86.05º 0.7% 0.85% -
XYZ 39 57.21 14.14 -
YUV 180.94 63.13 107.36 -
System Red Green Blue C M Y K H S L
Decimal 152 218 66 0.30 0 0.70 0.15 86.05 0.67 0.56
Hex 98 DA 42 1E 0 46 F 56 43 38
Octal 230 332 102 36 0 106 17 126 103 70
Binary 10011000 11011010 1000010 11110 0 1000110 1111 1010110 1000011 111000

Color Harmonies of #98DA42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98DA42

Black with #98DA42

Text Example


Text Example

White with #98DA42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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