Html Css Color HEX #9DDC33 Atlantis

📋 copy color: '#9DDC33'

red 157 ◦ green 220 ◦ blue 51

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

Shades of Atlantis #9DDC33

Tints of Atlantis #9DDC33

RGB

 RED value IS 157 (61.72% from 255) = 36.68%

 GREEN value IS 220 (86.33% from 255) = 51.4%

 BLUE value IS 51 (20.31% from 255) = 11.92%

R = 36.68%
G = 51.4%
B = 11.92%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.77

 K value IS 0.14

RGB Variations

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

Color information

#9DDC33 (or 0x9DDC33) is known color: Atlantis. HEX triplet: 9D, DC and 33. RGB value is (157,220,51). Sum of RGB (Red+Green+Blue) = 157+220+51=428 (56% of max value = 765). Red value is 157 (61.72% from 255 or 36.68% from 428); Green value is 220 (86.33% from 255 or 51.40% from 428); Blue value is 51 (20.31% from 255 or 11.92% from 428); Max value from RGB is 220 - color contains mainly: green. Hex color #9DDC33 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9DDC33 is #6223CC. Grayscale: #B6B6B6. Windows color (decimal): -6431693 or 3398813. OLE color: 3398813.

HSL color Cylindrical-coordinate representation of color #9DDC33: hue angle of 82.37º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9DDC33 is Cyan = 0.29, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.14.

Color convert

RGB 157 220 51 -
CMYK 0.29 0 0.77 0.14
HSL 82.37º 0.71% 0.53% -
HSV(B) 82.37º 0.77% 0.86% -
XYZ 40.1 58.59 12.33 -
YUV 181.9 54.13 110.24 -
System Red Green Blue C M Y K H S L
Decimal 157 220 51 0.29 0 0.77 0.14 82.37 0.71 0.53
Hex 9D DC 33 1D 0 4D E 52 47 35
Octal 235 334 63 35 0 115 16 122 107 65
Binary 10011101 11011100 110011 11101 0 1001101 1110 1010010 1000111 110101

Color Harmonies of #9DDC33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DDC33

Black with #9DDC33

Text Example


Text Example

White with #9DDC33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,220,51); }

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

background-color css

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

 a { background-color: rgb(157,220,51); }

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

border-color css

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

 span { border-color: rgb(157,220,51); }

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