Html Css Color HEX #98ED41 Atlantis

📋 copy color: '#98ED41'

red 152 ◦ green 237 ◦ blue 65

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

Shades of Atlantis #98ED41

Tints of Atlantis #98ED41

RGB

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

 GREEN value IS 237 (92.97% from 255) = 52.2%

 BLUE value IS 65 (25.78% from 255) = 14.32%

R = 33.48%
G = 52.2%
B = 14.32%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.73

 K value IS 0.07

RGB Variations

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

Color information

#98ED41 (or 0x98ED41) is known color: Atlantis. HEX triplet: 98, ED and 41. RGB value is (152,237,65). Sum of RGB (Red+Green+Blue) = 152+237+65=454 (60% of max value = 765). Red value is 152 (59.77% from 255 or 33.48% from 454); Green value is 237 (92.97% from 255 or 52.20% from 454); Blue value is 65 (25.78% from 255 or 14.32% from 454); Max value from RGB is 237 - color contains mainly: green. Hex color #98ED41 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #98ED41 is #6712BE. Grayscale: #C0C0C0. Windows color (decimal): -6755007 or 4320664. OLE color: 4320664.

HSL color Cylindrical-coordinate representation of color #98ED41: hue angle of 89.65º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #98ED41 is Cyan = 0.36, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.07.

Color convert

RGB 152 237 65 -
CMYK 0.36 0 0.73 0.07
HSL 89.65º 0.83% 0.59% -
HSV(B) 89.65º 0.73% 0.93% -
XYZ 44.19 67.63 15.73 -
YUV 191.98 56.34 99.49 -
System Red Green Blue C M Y K H S L
Decimal 152 237 65 0.36 0 0.73 0.07 89.65 0.83 0.59
Hex 98 ED 41 24 0 49 7 5A 53 3B
Octal 230 355 101 44 0 111 7 132 123 73
Binary 10011000 11101101 1000001 100100 0 1001001 111 1011010 1010011 111011

Color Harmonies of #98ED41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98ED41

Black with #98ED41

Text Example


Text Example

White with #98ED41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,237,65); }

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

background-color css

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

 a { background-color: rgb(152,237,65); }

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

border-color css

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

 span { border-color: rgb(152,237,65); }

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