Html Css Color HEX #99DD41 Atlantis

📋 copy color: '#99DD41'

red 153 ◦ green 221 ◦ blue 65

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

Shades of Atlantis #99DD41

Tints of Atlantis #99DD41

RGB

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

 GREEN value IS 221 (86.72% from 255) = 50.34%

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

R = 34.85%
G = 50.34%
B = 14.81%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.71

 K value IS 0.13

RGB Variations

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

Color information

#99DD41 (or 0x99DD41) is known color: Atlantis. HEX triplet: 99, DD and 41. RGB value is (153,221,65). Sum of RGB (Red+Green+Blue) = 153+221+65=439 (58% of max value = 765). Red value is 153 (60.16% from 255 or 34.85% from 439); Green value is 221 (86.72% from 255 or 50.34% from 439); Blue value is 65 (25.78% from 255 or 14.81% from 439); Max value from RGB is 221 - color contains mainly: green. Hex color #99DD41 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #99DD41 is #6622BE. Grayscale: #B7B7B7. Windows color (decimal): -6693567 or 4316569. OLE color: 4316569.

HSL color Cylindrical-coordinate representation of color #99DD41: hue angle of 86.15º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #99DD41 is Cyan = 0.31, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.13.

Color convert

RGB 153 221 65 -
CMYK 0.31 0 0.71 0.13
HSL 86.15º 0.7% 0.56% -
HSV(B) 86.15º 0.71% 0.87% -
XYZ 39.95 58.87 14.26 -
YUV 182.88 61.47 106.68 -
System Red Green Blue C M Y K H S L
Decimal 153 221 65 0.31 0 0.71 0.13 86.15 0.7 0.56
Hex 99 DD 41 1F 0 47 D 56 46 38
Octal 231 335 101 37 0 107 15 126 106 70
Binary 10011001 11011101 1000001 11111 0 1000111 1101 1010110 1000110 111000

Color Harmonies of #99DD41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99DD41

Black with #99DD41

Text Example


Text Example

White with #99DD41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,221,65); }

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

background-color css

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

 a { background-color: rgb(153,221,65); }

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

border-color css

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

 span { border-color: rgb(153,221,65); }

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