Html Css Color HEX #9CDF32 Atlantis

📋 copy color: '#9CDF32'

red 156 ◦ green 223 ◦ blue 50

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

Shades of Atlantis #9CDF32

Tints of Atlantis #9CDF32

RGB

 RED value IS 156 (61.33% from 255) = 36.36%

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

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

R = 36.36%
G = 51.98%
B = 11.66%

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

#9CDF32 (or 0x9CDF32) is known color: Atlantis. HEX triplet: 9C, DF and 32. RGB value is (156,223,50). Sum of RGB (Red+Green+Blue) = 156+223+50=429 (56% of max value = 765). Red value is 156 (61.33% from 255 or 36.36% from 429); Green value is 223 (87.5% from 255 or 51.98% from 429); Blue value is 50 (19.92% from 255 or 11.66% from 429); Max value from RGB is 223 - color contains mainly: green. Hex color #9CDF32 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9CDF32 is #6320CD. Grayscale: #B7B7B7. Windows color (decimal): -6496462 or 3334044. OLE color: 3334044.

HSL color Cylindrical-coordinate representation of color #9CDF32: hue angle of 83.24º 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 #9CDF32 is Cyan = 0.30, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.13.

Color convert

RGB 156 223 50 -
CMYK 0.30 0 0.78 0.13
HSL 83.24º 0.73% 0.54% -
HSV(B) 83.24º 0.78% 0.87% -
XYZ 40.67 60.07 12.47 -
YUV 183.25 52.8 108.57 -
System Red Green Blue C M Y K H S L
Decimal 156 223 50 0.30 0 0.78 0.13 83.24 0.73 0.54
Hex 9C DF 32 1E 0 4E D 53 49 36
Octal 234 337 62 36 0 116 15 123 111 66
Binary 10011100 11011111 110010 11110 0 1001110 1101 1010011 1001001 110110

Color Harmonies of #9CDF32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CDF32

Black with #9CDF32

Text Example


Text Example

White with #9CDF32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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