Html Css Color HEX #9BE535 Atlantis

📋 copy color: '#9BE535'

red 155 ◦ green 229 ◦ blue 53

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

Shades of Atlantis #9BE535

Tints of Atlantis #9BE535

RGB

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

 GREEN value IS 229 (89.84% from 255) = 52.4%

 BLUE value IS 53 (21.09% from 255) = 12.13%

R = 35.47%
G = 52.4%
B = 12.13%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.77

 K value IS 0.10

RGB Variations

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

Color information

#9BE535 (or 0x9BE535) is known color: Atlantis. HEX triplet: 9B, E5 and 35. RGB value is (155,229,53). Sum of RGB (Red+Green+Blue) = 155+229+53=437 (57% of max value = 765). Red value is 155 (60.94% from 255 or 35.47% from 437); Green value is 229 (89.84% from 255 or 52.40% from 437); Blue value is 53 (21.09% from 255 or 12.13% from 437); Max value from RGB is 229 - color contains mainly: green. Hex color #9BE535 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9BE535 is #641ACA. Grayscale: #BBBBBB. Windows color (decimal): -6560459 or 3532187. OLE color: 3532187.

HSL color Cylindrical-coordinate representation of color #9BE535: hue angle of 85.23º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9BE535 is Cyan = 0.32, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.10.

Color convert

RGB 155 229 53 -
CMYK 0.32 0 0.77 0.10
HSL 85.23º 0.77% 0.55% -
HSV(B) 85.23º 0.77% 0.9% -
XYZ 42.18 63.26 13.36 -
YUV 186.81 52.48 105.31 -
System Red Green Blue C M Y K H S L
Decimal 155 229 53 0.32 0 0.77 0.10 85.23 0.77 0.55
Hex 9B E5 35 20 0 4D A 55 4D 37
Octal 233 345 65 40 0 115 12 125 115 67
Binary 10011011 11100101 110101 100000 0 1001101 1010 1010101 1001101 110111

Color Harmonies of #9BE535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BE535

Black with #9BE535

Text Example


Text Example

White with #9BE535

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,229,53); }

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

background-color css

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

 a { background-color: rgb(155,229,53); }

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

border-color css

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

 span { border-color: rgb(155,229,53); }

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