Html Css Color HEX #99DC40 Atlantis

📋 copy color: '#99DC40'

red 153 ◦ green 220 ◦ blue 64

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

Shades of Atlantis #99DC40

Tints of Atlantis #99DC40

RGB

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

 GREEN value IS 220 (86.33% from 255) = 50.34%

 BLUE value IS 64 (25.39% from 255) = 14.65%

R = 35.01%
G = 50.34%
B = 14.65%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.71

 K value IS 0.14

RGB Variations

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

Color information

#99DC40 (or 0x99DC40) is known color: Atlantis. HEX triplet: 99, DC and 40. RGB value is (153,220,64). Sum of RGB (Red+Green+Blue) = 153+220+64=437 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.01% from 437); Green value is 220 (86.33% from 255 or 50.34% from 437); Blue value is 64 (25.39% from 255 or 14.65% from 437); Max value from RGB is 220 - color contains mainly: green. Hex color #99DC40 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #99DC40 is #6623BF. Grayscale: #B6B6B6. Windows color (decimal): -6693824 or 4250777. OLE color: 4250777.

HSL color Cylindrical-coordinate representation of color #99DC40: hue angle of 85.77º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #99DC40 is Cyan = 0.30, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.14.

Color convert

RGB 153 220 64 -
CMYK 0.30 0 0.71 0.14
HSL 85.77º 0.69% 0.56% -
HSV(B) 85.77º 0.71% 0.86% -
XYZ 39.66 58.33 14.02 -
YUV 182.18 61.3 107.18 -
System Red Green Blue C M Y K H S L
Decimal 153 220 64 0.30 0 0.71 0.14 85.77 0.69 0.56
Hex 99 DC 40 1E 0 47 E 56 45 38
Octal 231 334 100 36 0 107 16 126 105 70
Binary 10011001 11011100 1000000 11110 0 1000111 1110 1010110 1000101 111000

Color Harmonies of #99DC40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99DC40

Black with #99DC40

Text Example


Text Example

White with #99DC40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,220,64); }

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

background-color css

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

 a { background-color: rgb(153,220,64); }

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

border-color css

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

 span { border-color: rgb(153,220,64); }

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