Html Css Color HEX #99D84B Atlantis

📋 copy color: '#99D84B'

red 153 ◦ green 216 ◦ blue 75

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

Shades of Atlantis #99D84B

Tints of Atlantis #99D84B

RGB

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

 GREEN value IS 216 (84.77% from 255) = 48.65%

 BLUE value IS 75 (29.69% from 255) = 16.89%

R = 34.46%
G = 48.65%
B = 16.89%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.65

 K value IS 0.15

RGB Variations

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

Color information

#99D84B (or 0x99D84B) is known color: Atlantis. HEX triplet: 99, D8 and 4B. RGB value is (153,216,75). Sum of RGB (Red+Green+Blue) = 153+216+75=444 (58% of max value = 765). Red value is 153 (60.16% from 255 or 34.46% from 444); Green value is 216 (84.77% from 255 or 48.65% from 444); Blue value is 75 (29.69% from 255 or 16.89% from 444); Max value from RGB is 216 - color contains mainly: green. Hex color #99D84B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #99D84B is #6627B4. Grayscale: #B5B5B5. Windows color (decimal): -6694837 or 4970649. OLE color: 4970649.

HSL color Cylindrical-coordinate representation of color #99D84B: hue angle of 86.81º degrees, saturation: 0.64, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #99D84B is Cyan = 0.29, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.15.

Color convert

RGB 153 216 75 -
CMYK 0.29 0 0.65 0.15
HSL 86.81º 0.64% 0.57% -
HSV(B) 86.81º 0.65% 0.85% -
XYZ 38.96 56.39 15.49 -
YUV 181.09 68.13 107.96 -
System Red Green Blue C M Y K H S L
Decimal 153 216 75 0.29 0 0.65 0.15 86.81 0.64 0.57
Hex 99 D8 4B 1D 0 41 F 57 40 39
Octal 231 330 113 35 0 101 17 127 100 71
Binary 10011001 11011000 1001011 11101 0 1000001 1111 1010111 1000000 111001

Color Harmonies of #99D84B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99D84B

Black with #99D84B

Text Example


Text Example

White with #99D84B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,216,75); }

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

background-color css

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

 a { background-color: rgb(153,216,75); }

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

border-color css

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

 span { border-color: rgb(153,216,75); }

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