Html Css Color HEX #9DD635 Atlantis

📋 copy color: '#9DD635'

red 157 ◦ green 214 ◦ blue 53

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

Shades of Atlantis #9DD635

Tints of Atlantis #9DD635

RGB

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

 GREEN value IS 214 (83.98% from 255) = 50.47%

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

R = 37.03%
G = 50.47%
B = 12.5%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.75

 K value IS 0.16

RGB Variations

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

Color information

#9DD635 (or 0x9DD635) is known color: Atlantis. HEX triplet: 9D, D6 and 35. RGB value is (157,214,53). Sum of RGB (Red+Green+Blue) = 157+214+53=424 (56% of max value = 765). Red value is 157 (61.72% from 255 or 37.03% from 424); Green value is 214 (83.98% from 255 or 50.47% from 424); Blue value is 53 (21.09% from 255 or 12.5% from 424); Max value from RGB is 214 - color contains mainly: green. Hex color #9DD635 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9DD635 is #6229CA. Grayscale: #B3B3B3. Windows color (decimal): -6433227 or 3528349. OLE color: 3528349.

HSL color Cylindrical-coordinate representation of color #9DD635: hue angle of 81.24º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9DD635 is Cyan = 0.27, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.16.

Color convert

RGB 157 214 53 -
CMYK 0.27 0 0.75 0.16
HSL 81.24º 0.66% 0.52% -
HSV(B) 81.24º 0.75% 0.84% -
XYZ 38.59 55.52 12.05 -
YUV 178.6 57.12 112.59 -
System Red Green Blue C M Y K H S L
Decimal 157 214 53 0.27 0 0.75 0.16 81.24 0.66 0.52
Hex 9D D6 35 1B 0 4B 10 51 42 34
Octal 235 326 65 33 0 113 20 121 102 64
Binary 10011101 11010110 110101 11011 0 1001011 10000 1010001 1000010 110100

Color Harmonies of #9DD635

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DD635

Black with #9DD635

Text Example


Text Example

White with #9DD635

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,214,53); }

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

background-color css

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

 a { background-color: rgb(157,214,53); }

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

border-color css

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

 span { border-color: rgb(157,214,53); }

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