Html Css Color HEX #9BDE31 Atlantis

📋 copy color: '#9BDE31'

red 155 ◦ green 222 ◦ blue 49

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

Shades of Atlantis #9BDE31

Tints of Atlantis #9BDE31

RGB

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

 GREEN value IS 222 (87.11% from 255) = 52.11%

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

R = 36.38%
G = 52.11%
B = 11.5%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.78

 K value IS 0.13

RGB Variations

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

Color information

#9BDE31 (or 0x9BDE31) is known color: Atlantis. HEX triplet: 9B, DE and 31. RGB value is (155,222,49). Sum of RGB (Red+Green+Blue) = 155+222+49=426 (56% of max value = 765). Red value is 155 (60.94% from 255 or 36.38% from 426); Green value is 222 (87.11% from 255 or 52.11% from 426); Blue value is 49 (19.53% from 255 or 11.50% from 426); Max value from RGB is 222 - color contains mainly: green. Hex color #9BDE31 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9BDE31 is #6421CE. Grayscale: #B6B6B6. Windows color (decimal): -6562255 or 3268251. OLE color: 3268251.

HSL color Cylindrical-coordinate representation of color #9BDE31: hue angle of 83.24º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #9BDE31 is Cyan = 0.30, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.13.

Color convert

RGB 155 222 49 -
CMYK 0.30 0 0.78 0.13
HSL 83.24º 0.72% 0.53% -
HSV(B) 83.24º 0.78% 0.87% -
XYZ 40.19 59.43 12.26 -
YUV 182.25 52.8 108.57 -
System Red Green Blue C M Y K H S L
Decimal 155 222 49 0.30 0 0.78 0.13 83.24 0.72 0.53
Hex 9B DE 31 1E 0 4E D 53 48 35
Octal 233 336 61 36 0 116 15 123 110 65
Binary 10011011 11011110 110001 11110 0 1001110 1101 1010011 1001000 110101

Color Harmonies of #9BDE31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BDE31

Black with #9BDE31

Text Example


Text Example

White with #9BDE31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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