Html Css Color HEX #9CDB35 Atlantis

📋 copy color: '#9CDB35'

red 156 ◦ green 219 ◦ blue 53

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

Shades of Atlantis #9CDB35

Tints of Atlantis #9CDB35

RGB

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

 GREEN value IS 219 (85.94% from 255) = 51.17%

 BLUE value IS 53 (21.09% from 255) = 12.38%

R = 36.45%
G = 51.17%
B = 12.38%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.76

 K value IS 0.14

RGB Variations

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

Color information

#9CDB35 (or 0x9CDB35) is known color: Atlantis. HEX triplet: 9C, DB and 35. RGB value is (156,219,53). Sum of RGB (Red+Green+Blue) = 156+219+53=428 (56% of max value = 765). Red value is 156 (61.33% from 255 or 36.45% from 428); Green value is 219 (85.94% from 255 or 51.17% from 428); Blue value is 53 (21.09% from 255 or 12.38% from 428); Max value from RGB is 219 - color contains mainly: green. Hex color #9CDB35 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9CDB35 is #6324CA. Grayscale: #B5B5B5. Windows color (decimal): -6497483 or 3529628. OLE color: 3529628.

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

Color convert

RGB 156 219 53 -
CMYK 0.29 0 0.76 0.14
HSL 82.77º 0.7% 0.53% -
HSV(B) 82.77º 0.76% 0.86% -
XYZ 39.68 57.99 12.47 -
YUV 181.24 55.63 110 -
System Red Green Blue C M Y K H S L
Decimal 156 219 53 0.29 0 0.76 0.14 82.77 0.7 0.53
Hex 9C DB 35 1D 0 4C E 53 46 35
Octal 234 333 65 35 0 114 16 123 106 65
Binary 10011100 11011011 110101 11101 0 1001100 1110 1010011 1000110 110101

Color Harmonies of #9CDB35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CDB35

Black with #9CDB35

Text Example


Text Example

White with #9CDB35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,219,53); }

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

background-color css

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

 a { background-color: rgb(156,219,53); }

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

border-color css

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

 span { border-color: rgb(156,219,53); }

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