Html Css Color HEX #99D341 Atlantis

📋 copy color: '#99D341'

red 153 ◦ green 211 ◦ blue 65

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

Shades of Atlantis #99D341

Tints of Atlantis #99D341

RGB

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

 GREEN value IS 211 (82.81% from 255) = 49.18%

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

R = 35.66%
G = 49.18%
B = 15.15%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.69

 K value IS 0.17

RGB Variations

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

Color information

#99D341 (or 0x99D341) is known color: Atlantis. HEX triplet: 99, D3 and 41. RGB value is (153,211,65). Sum of RGB (Red+Green+Blue) = 153+211+65=429 (56% of max value = 765). Red value is 153 (60.16% from 255 or 35.66% from 429); Green value is 211 (82.81% from 255 or 49.18% from 429); Blue value is 65 (25.78% from 255 or 15.15% from 429); Max value from RGB is 211 - color contains mainly: green. Hex color #99D341 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #99D341 is #662CBE. Grayscale: #B1B1B1. Windows color (decimal): -6696127 or 4314009. OLE color: 4314009.

HSL color Cylindrical-coordinate representation of color #99D341: hue angle of 83.84º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #99D341 is Cyan = 0.27, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.17.

Color convert

RGB 153 211 65 -
CMYK 0.27 0 0.69 0.17
HSL 83.84º 0.62% 0.54% -
HSV(B) 83.84º 0.69% 0.83% -
XYZ 37.39 53.74 13.4 -
YUV 177.01 64.78 110.87 -
System Red Green Blue C M Y K H S L
Decimal 153 211 65 0.27 0 0.69 0.17 83.84 0.62 0.54
Hex 99 D3 41 1B 0 45 11 54 3E 36
Octal 231 323 101 33 0 105 21 124 76 66
Binary 10011001 11010011 1000001 11011 0 1000101 10001 1010100 111110 110110

Color Harmonies of #99D341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99D341

Black with #99D341

Text Example


Text Example

White with #99D341

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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