Html Css Color HEX #9BDF32 Atlantis

📋 copy color: '#9BDF32'

red 155 ◦ green 223 ◦ blue 50

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

Shades of Atlantis #9BDF32

Tints of Atlantis #9BDF32

RGB

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

 GREEN value IS 223 (87.5% from 255) = 52.1%

 BLUE value IS 50 (19.92% from 255) = 11.68%

R = 36.21%
G = 52.1%
B = 11.68%

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

#9BDF32 (or 0x9BDF32) is known color: Atlantis. HEX triplet: 9B, DF and 32. RGB value is (155,223,50). Sum of RGB (Red+Green+Blue) = 155+223+50=428 (56% of max value = 765). Red value is 155 (60.94% from 255 or 36.21% from 428); Green value is 223 (87.5% from 255 or 52.10% from 428); Blue value is 50 (19.92% from 255 or 11.68% from 428); Max value from RGB is 223 - color contains mainly: green. Hex color #9BDF32 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9BDF32 is #6420CD. Grayscale: #B7B7B7. Windows color (decimal): -6561998 or 3334043. OLE color: 3334043.

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

Color convert

RGB 155 223 50 -
CMYK 0.30 0 0.78 0.13
HSL 83.58º 0.73% 0.54% -
HSV(B) 83.58º 0.78% 0.87% -
XYZ 40.48 59.97 12.46 -
YUV 182.95 52.97 108.07 -
System Red Green Blue C M Y K H S L
Decimal 155 223 50 0.30 0 0.78 0.13 83.58 0.73 0.54
Hex 9B DF 32 1E 0 4E D 54 49 36
Octal 233 337 62 36 0 116 15 124 111 66
Binary 10011011 11011111 110010 11110 0 1001110 1101 1010100 1001001 110110

Color Harmonies of #9BDF32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BDF32

Black with #9BDF32

Text Example


Text Example

White with #9BDF32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,223,50); }

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

background-color css

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

 a { background-color: rgb(155,223,50); }

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

border-color css

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

 span { border-color: rgb(155,223,50); }

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