Html Css Color HEX #99CD40 Atlantis

📋 copy color: '#99CD40'

red 153 ◦ green 205 ◦ blue 64

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

Shades of Atlantis #99CD40

Tints of Atlantis #99CD40

RGB

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

 GREEN value IS 205 (80.47% from 255) = 48.58%

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

R = 36.26%
G = 48.58%
B = 15.17%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.69

 K value IS 0.20

RGB Variations

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

Color information

#99CD40 (or 0x99CD40) is known color: Atlantis. HEX triplet: 99, CD and 40. RGB value is (153,205,64). Sum of RGB (Red+Green+Blue) = 153+205+64=422 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.26% from 422); Green value is 205 (80.47% from 255 or 48.58% from 422); Blue value is 64 (25.39% from 255 or 15.17% from 422); Max value from RGB is 205 - color contains mainly: green. Hex color #99CD40 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #99CD40 is #6632BF. Grayscale: #ADADAD. Windows color (decimal): -6697664 or 4246937. OLE color: 4246937.

HSL color Cylindrical-coordinate representation of color #99CD40: hue angle of 82.13º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #99CD40 is Cyan = 0.25, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.20.

Color convert

RGB 153 205 64 -
CMYK 0.25 0 0.69 0.20
HSL 82.13º 0.59% 0.53% -
HSV(B) 82.13º 0.69% 0.8% -
XYZ 35.89 50.81 12.77 -
YUV 173.38 66.27 113.46 -
System Red Green Blue C M Y K H S L
Decimal 153 205 64 0.25 0 0.69 0.20 82.13 0.59 0.53
Hex 99 CD 40 19 0 45 14 52 3B 35
Octal 231 315 100 31 0 105 24 122 73 65
Binary 10011001 11001101 1000000 11001 0 1000101 10100 1010010 111011 110101

Color Harmonies of #99CD40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99CD40

Black with #99CD40

Text Example


Text Example

White with #99CD40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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