Html Css Color HEX #98CA57 Atlantis

📋 copy color: '#98CA57'

red 152 ◦ green 202 ◦ blue 87

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

Shades of Atlantis #98CA57

Tints of Atlantis #98CA57

RGB

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

 GREEN value IS 202 (79.3% from 255) = 45.8%

 BLUE value IS 87 (34.38% from 255) = 19.73%

R = 34.47%
G = 45.8%
B = 19.73%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.57

 K value IS 0.21

RGB Variations

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

Color information

#98CA57 (or 0x98CA57) is known color: Atlantis. HEX triplet: 98, CA and 57. RGB value is (152,202,87). Sum of RGB (Red+Green+Blue) = 152+202+87=441 (58% of max value = 765). Red value is 152 (59.77% from 255 or 34.47% from 441); Green value is 202 (79.30% from 255 or 45.80% from 441); Blue value is 87 (34.38% from 255 or 19.73% from 441); Max value from RGB is 202 - color contains mainly: green. Hex color #98CA57 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98CA57 is #6735A8. Grayscale: #AEAEAE. Windows color (decimal): -6763945 or 5753496. OLE color: 5753496.

HSL color Cylindrical-coordinate representation of color #98CA57: hue angle of 86.09º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #98CA57 is Cyan = 0.25, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.21.

Color convert

RGB 152 202 87 -
CMYK 0.25 0 0.57 0.21
HSL 86.09º 0.52% 0.57% -
HSV(B) 86.09º 0.57% 0.79% -
XYZ 35.79 49.6 16.71 -
YUV 173.94 78.94 112.35 -
System Red Green Blue C M Y K H S L
Decimal 152 202 87 0.25 0 0.57 0.21 86.09 0.52 0.57
Hex 98 CA 57 19 0 39 15 56 34 39
Octal 230 312 127 31 0 71 25 126 64 71
Binary 10011000 11001010 1010111 11001 0 111001 10101 1010110 110100 111001

Color Harmonies of #98CA57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98CA57

Black with #98CA57

Text Example


Text Example

White with #98CA57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,202,87); }

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

background-color css

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

 a { background-color: rgb(152,202,87); }

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

border-color css

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

 span { border-color: rgb(152,202,87); }

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