Html Css Color HEX #9DD641 Atlantis

📋 copy color: '#9DD641'

red 157 ◦ green 214 ◦ blue 65

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

Shades of Atlantis #9DD641

Tints of Atlantis #9DD641

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 14.91%

R = 36.01%
G = 49.08%
B = 14.91%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.70

 K value IS 0.16

RGB Variations

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

Color information

#9DD641 (or 0x9DD641) is known color: Atlantis. HEX triplet: 9D, D6 and 41. RGB value is (157,214,65). Sum of RGB (Red+Green+Blue) = 157+214+65=436 (57% of max value = 765). Red value is 157 (61.72% from 255 or 36.01% from 436); Green value is 214 (83.98% from 255 or 49.08% from 436); Blue value is 65 (25.78% from 255 or 14.91% from 436); Max value from RGB is 214 - color contains mainly: green. Hex color #9DD641 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9DD641 is #6229BE. Grayscale: #B4B4B4. Windows color (decimal): -6433215 or 4314781. OLE color: 4314781.

HSL color Cylindrical-coordinate representation of color #9DD641: hue angle of 82.95º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9DD641 is Cyan = 0.27, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.16.

Color convert

RGB 157 214 65 -
CMYK 0.27 0 0.70 0.16
HSL 82.95º 0.65% 0.55% -
HSV(B) 82.95º 0.7% 0.84% -
XYZ 38.91 55.64 13.69 -
YUV 179.97 63.12 111.62 -
System Red Green Blue C M Y K H S L
Decimal 157 214 65 0.27 0 0.70 0.16 82.95 0.65 0.55
Hex 9D D6 41 1B 0 46 10 53 41 37
Octal 235 326 101 33 0 106 20 123 101 67
Binary 10011101 11010110 1000001 11011 0 1000110 10000 1010011 1000001 110111

Color Harmonies of #9DD641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DD641

Black with #9DD641

Text Example


Text Example

White with #9DD641

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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