Html Css Color HEX #98D251 Atlantis

📋 copy color: '#98D251'

red 152 ◦ green 210 ◦ blue 81

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

Shades of Atlantis #98D251

Tints of Atlantis #98D251

RGB

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

 GREEN value IS 210 (82.42% from 255) = 47.4%

 BLUE value IS 81 (32.03% from 255) = 18.28%

R = 34.31%
G = 47.4%
B = 18.28%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.61

 K value IS 0.18

RGB Variations

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

Color information

#98D251 (or 0x98D251) is known color: Atlantis. HEX triplet: 98, D2 and 51. RGB value is (152,210,81). Sum of RGB (Red+Green+Blue) = 152+210+81=443 (58% of max value = 765). Red value is 152 (59.77% from 255 or 34.31% from 443); Green value is 210 (82.42% from 255 or 47.40% from 443); Blue value is 81 (32.03% from 255 or 18.28% from 443); Max value from RGB is 210 - color contains mainly: green. Hex color #98D251 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98D251 is #672DAE. Grayscale: #B2B2B2. Windows color (decimal): -6761903 or 5362328. OLE color: 5362328.

HSL color Cylindrical-coordinate representation of color #98D251: hue angle of 86.98º degrees, saturation: 0.59, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #98D251 is Cyan = 0.28, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.18.

Color convert

RGB 152 210 81 -
CMYK 0.28 0 0.61 0.18
HSL 86.98º 0.59% 0.57% -
HSV(B) 86.98º 0.61% 0.82% -
XYZ 37.48 53.36 16.11 -
YUV 177.95 73.28 109.49 -
System Red Green Blue C M Y K H S L
Decimal 152 210 81 0.28 0 0.61 0.18 86.98 0.59 0.57
Hex 98 D2 51 1C 0 3D 12 57 3B 39
Octal 230 322 121 34 0 75 22 127 73 71
Binary 10011000 11010010 1010001 11100 0 111101 10010 1010111 111011 111001

Color Harmonies of #98D251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98D251

Black with #98D251

Text Example


Text Example

White with #98D251

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,210,81); }

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

background-color css

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

 a { background-color: rgb(152,210,81); }

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

border-color css

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

 span { border-color: rgb(152,210,81); }

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