Html Css Color HEX #99D54B Atlantis

📋 copy color: '#99D54B'

red 153 ◦ green 213 ◦ blue 75

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

Shades of Atlantis #99D54B

Tints of Atlantis #99D54B

RGB

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

 GREEN value IS 213 (83.59% from 255) = 48.3%

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

R = 34.69%
G = 48.3%
B = 17.01%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.65

 K value IS 0.16

RGB Variations

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

Color information

#99D54B (or 0x99D54B) is known color: Atlantis. HEX triplet: 99, D5 and 4B. RGB value is (153,213,75). Sum of RGB (Red+Green+Blue) = 153+213+75=441 (58% of max value = 765). Red value is 153 (60.16% from 255 or 34.69% from 441); Green value is 213 (83.59% from 255 or 48.30% from 441); Blue value is 75 (29.69% from 255 or 17.01% from 441); Max value from RGB is 213 - color contains mainly: green. Hex color #99D54B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #99D54B is #662AB4. Grayscale: #B3B3B3. Windows color (decimal): -6695605 or 4969881. OLE color: 4969881.

HSL color Cylindrical-coordinate representation of color #99D54B: hue angle of 86.09º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #99D54B is Cyan = 0.28, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.16.

Color convert

RGB 153 213 75 -
CMYK 0.28 0 0.65 0.16
HSL 86.09º 0.62% 0.56% -
HSV(B) 86.09º 0.65% 0.84% -
XYZ 38.2 54.87 15.23 -
YUV 179.33 69.12 109.22 -
System Red Green Blue C M Y K H S L
Decimal 153 213 75 0.28 0 0.65 0.16 86.09 0.62 0.56
Hex 99 D5 4B 1C 0 41 10 56 3E 38
Octal 231 325 113 34 0 101 20 126 76 70
Binary 10011001 11010101 1001011 11100 0 1000001 10000 1010110 111110 111000

Color Harmonies of #99D54B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99D54B

Black with #99D54B

Text Example


Text Example

White with #99D54B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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