Html Css Color HEX #9BDB40 Atlantis

📋 copy color: '#9BDB40'

red 155 ◦ green 219 ◦ blue 64

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

Shades of Atlantis #9BDB40

Tints of Atlantis #9BDB40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 14.61%

R = 35.39%
G = 50%
B = 14.61%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.71

 K value IS 0.14

RGB Variations

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

Color information

#9BDB40 (or 0x9BDB40) is known color: Atlantis. HEX triplet: 9B, DB and 40. RGB value is (155,219,64). Sum of RGB (Red+Green+Blue) = 155+219+64=438 (58% of max value = 765). Red value is 155 (60.94% from 255 or 35.39% from 438); Green value is 219 (85.94% from 255 or 50% from 438); Blue value is 64 (25.39% from 255 or 14.61% from 438); Max value from RGB is 219 - color contains mainly: green. Hex color #9BDB40 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9BDB40 is #6424BF. Grayscale: #B6B6B6. Windows color (decimal): -6563008 or 4250523. OLE color: 4250523.

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

Color convert

RGB 155 219 64 -
CMYK 0.29 0 0.71 0.14
HSL 84.77º 0.68% 0.55% -
HSV(B) 84.77º 0.71% 0.86% -
XYZ 39.77 58 13.95 -
YUV 182.19 61.3 108.6 -
System Red Green Blue C M Y K H S L
Decimal 155 219 64 0.29 0 0.71 0.14 84.77 0.68 0.55
Hex 9B DB 40 1D 0 47 E 55 44 37
Octal 233 333 100 35 0 107 16 125 104 67
Binary 10011011 11011011 1000000 11101 0 1000111 1110 1010101 1000100 110111

Color Harmonies of #9BDB40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BDB40

Black with #9BDB40

Text Example


Text Example

White with #9BDB40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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