Html Css Color HEX #99CE50 Atlantis

📋 copy color: '#99CE50'

red 153 ◦ green 206 ◦ blue 80

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

Shades of Atlantis #99CE50

Tints of Atlantis #99CE50

RGB

 RED value IS 153 (60.16% from 255) = 34.85%

 GREEN value IS 206 (80.86% from 255) = 46.92%

 BLUE value IS 80 (31.64% from 255) = 18.22%

R = 34.85%
G = 46.92%
B = 18.22%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.61

 K value IS 0.19

RGB Variations

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

Color information

#99CE50 (or 0x99CE50) is known color: Atlantis. HEX triplet: 99, CE and 50. RGB value is (153,206,80). Sum of RGB (Red+Green+Blue) = 153+206+80=439 (58% of max value = 765). Red value is 153 (60.16% from 255 or 34.85% from 439); Green value is 206 (80.86% from 255 or 46.92% from 439); Blue value is 80 (31.64% from 255 or 18.22% from 439); Max value from RGB is 206 - color contains mainly: green. Hex color #99CE50 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99CE50 is #6631AF. Grayscale: #B0B0B0. Windows color (decimal): -6697392 or 5295769. OLE color: 5295769.

HSL color Cylindrical-coordinate representation of color #99CE50: hue angle of 85.24º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #99CE50 is Cyan = 0.26, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.19.

Color convert

RGB 153 206 80 -
CMYK 0.26 0 0.61 0.19
HSL 85.24º 0.56% 0.56% -
HSV(B) 85.24º 0.61% 0.81% -
XYZ 36.66 51.49 15.6 -
YUV 175.79 73.94 111.75 -
System Red Green Blue C M Y K H S L
Decimal 153 206 80 0.26 0 0.61 0.19 85.24 0.56 0.56
Hex 99 CE 50 1A 0 3D 13 55 38 38
Octal 231 316 120 32 0 75 23 125 70 70
Binary 10011001 11001110 1010000 11010 0 111101 10011 1010101 111000 111000

Color Harmonies of #99CE50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99CE50

Black with #99CE50

Text Example


Text Example

White with #99CE50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #99CE50; }

 p { color: rgb(153,206,80); }

 H1.HeaderClassName
 {
   color: #99CE50;
 }
 .AnyTagClassName
 {
   color: #99CE50;
 }
</style>

background-color css

<style>
 a { background-color: #99CE50; }

 a { background-color: rgb(153,206,80); }

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

border-color css

<style>
 span { border-color: #99CE50; }

 span { border-color: rgb(153,206,80); }

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