Html Css Color HEX #9BDC33 Atlantis

📋 copy color: '#9BDC33'

red 155 ◦ green 220 ◦ blue 51

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

Shades of Atlantis #9BDC33

Tints of Atlantis #9BDC33

RGB

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

 GREEN value IS 220 (86.33% from 255) = 51.64%

 BLUE value IS 51 (20.31% from 255) = 11.97%

R = 36.38%
G = 51.64%
B = 11.97%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.77

 K value IS 0.14

RGB Variations

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

Color information

#9BDC33 (or 0x9BDC33) is known color: Atlantis. HEX triplet: 9B, DC and 33. RGB value is (155,220,51). Sum of RGB (Red+Green+Blue) = 155+220+51=426 (56% of max value = 765). Red value is 155 (60.94% from 255 or 36.38% from 426); Green value is 220 (86.33% from 255 or 51.64% from 426); Blue value is 51 (20.31% from 255 or 11.97% from 426); Max value from RGB is 220 - color contains mainly: green. Hex color #9BDC33 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9BDC33 is #6423CC. Grayscale: #B5B5B5. Windows color (decimal): -6562765 or 3398811. OLE color: 3398811.

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

Color convert

RGB 155 220 51 -
CMYK 0.30 0 0.77 0.14
HSL 83.08º 0.71% 0.53% -
HSV(B) 83.08º 0.77% 0.86% -
XYZ 39.71 58.39 12.31 -
YUV 181.3 54.47 109.24 -
System Red Green Blue C M Y K H S L
Decimal 155 220 51 0.30 0 0.77 0.14 83.08 0.71 0.53
Hex 9B DC 33 1E 0 4D E 53 47 35
Octal 233 334 63 36 0 115 16 123 107 65
Binary 10011011 11011100 110011 11110 0 1001101 1110 1010011 1000111 110101

Color Harmonies of #9BDC33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BDC33

Black with #9BDC33

Text Example


Text Example

White with #9BDC33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,220,51); }

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

background-color css

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

 a { background-color: rgb(155,220,51); }

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

border-color css

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

 span { border-color: rgb(155,220,51); }

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