Html Css Color HEX #9BE531 Atlantis

📋 copy color: '#9BE531'

red 155 ◦ green 229 ◦ blue 49

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

Shades of Atlantis #9BE531

Tints of Atlantis #9BE531

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 11.32%

R = 35.8%
G = 52.89%
B = 11.32%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.79

 K value IS 0.10

RGB Variations

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

Color information

#9BE531 (or 0x9BE531) is known color: Atlantis. HEX triplet: 9B, E5 and 31. RGB value is (155,229,49). Sum of RGB (Red+Green+Blue) = 155+229+49=433 (57% of max value = 765). Red value is 155 (60.94% from 255 or 35.80% from 433); Green value is 229 (89.84% from 255 or 52.89% from 433); Blue value is 49 (19.53% from 255 or 11.32% from 433); Max value from RGB is 229 - color contains mainly: green. Hex color #9BE531 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9BE531 is #641ACE. Grayscale: #BABABA. Windows color (decimal): -6560463 or 3270043. OLE color: 3270043.

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

Color convert

RGB 155 229 49 -
CMYK 0.32 0 0.79 0.10
HSL 84.67º 0.78% 0.55% -
HSV(B) 84.67º 0.79% 0.9% -
XYZ 42.09 63.23 12.89 -
YUV 186.35 50.48 105.64 -
System Red Green Blue C M Y K H S L
Decimal 155 229 49 0.32 0 0.79 0.10 84.67 0.78 0.55
Hex 9B E5 31 20 0 4F A 55 4E 37
Octal 233 345 61 40 0 117 12 125 116 67
Binary 10011011 11100101 110001 100000 0 1001111 1010 1010101 1001110 110111

Color Harmonies of #9BE531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BE531

Black with #9BE531

Text Example


Text Example

White with #9BE531

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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