Html Css Color HEX #9BDB4D Atlantis

📋 copy color: '#9BDB4D'

red 155 ◦ green 219 ◦ blue 77

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

Shades of Atlantis #9BDB4D

Tints of Atlantis #9BDB4D

RGB

 RED value IS 155 (60.94% from 255) = 34.37%

 GREEN value IS 219 (85.94% from 255) = 48.56%

 BLUE value IS 77 (30.47% from 255) = 17.07%

R = 34.37%
G = 48.56%
B = 17.07%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.65

 K value IS 0.14

RGB Variations

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

Color information

#9BDB4D (or 0x9BDB4D) is known color: Atlantis. HEX triplet: 9B, DB and 4D. RGB value is (155,219,77). Sum of RGB (Red+Green+Blue) = 155+219+77=451 (59% of max value = 765). Red value is 155 (60.94% from 255 or 34.37% from 451); Green value is 219 (85.94% from 255 or 48.56% from 451); Blue value is 77 (30.47% from 255 or 17.07% from 451); Max value from RGB is 219 - color contains mainly: green. Hex color #9BDB4D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BDB4D is #6424B2. Grayscale: #B8B8B8. Windows color (decimal): -6562995 or 5102491. OLE color: 5102491.

HSL color Cylindrical-coordinate representation of color #9BDB4D: hue angle of 87.04º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9BDB4D is Cyan = 0.29, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.14.

Color convert

RGB 155 219 77 -
CMYK 0.29 0 0.65 0.14
HSL 87.04º 0.66% 0.58% -
HSV(B) 87.04º 0.65% 0.86% -
XYZ 40.19 58.17 16.13 -
YUV 183.68 67.8 107.55 -
System Red Green Blue C M Y K H S L
Decimal 155 219 77 0.29 0 0.65 0.14 87.04 0.66 0.58
Hex 9B DB 4D 1D 0 41 E 57 42 3A
Octal 233 333 115 35 0 101 16 127 102 72
Binary 10011011 11011011 1001101 11101 0 1000001 1110 1010111 1000010 111010

Color Harmonies of #9BDB4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BDB4D

Black with #9BDB4D

Text Example


Text Example

White with #9BDB4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9BDB4D; }

 p { color: rgb(155,219,77); }

 H1.HeaderClassName
 {
   color: #9BDB4D;
 }
 .AnyTagClassName
 {
   color: #9BDB4D;
 }
</style>

background-color css

<style>
 a { background-color: #9BDB4D; }

 a { background-color: rgb(155,219,77); }

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

border-color css

<style>
 span { border-color: #9BDB4D; }

 span { border-color: rgb(155,219,77); }

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