Html Css Color HEX #9DDF41 Atlantis

📋 copy color: '#9DDF41'

red 157 ◦ green 223 ◦ blue 65

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

Shades of Atlantis #9DDF41

Tints of Atlantis #9DDF41

RGB

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

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

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

R = 35.28%
G = 50.11%
B = 14.61%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.71

 K value IS 0.13

RGB Variations

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

Color information

#9DDF41 (or 0x9DDF41) is known color: Atlantis. HEX triplet: 9D, DF and 41. RGB value is (157,223,65). Sum of RGB (Red+Green+Blue) = 157+223+65=445 (58% of max value = 765). Red value is 157 (61.72% from 255 or 35.28% from 445); Green value is 223 (87.5% from 255 or 50.11% from 445); Blue value is 65 (25.78% from 255 or 14.61% from 445); Max value from RGB is 223 - color contains mainly: green. Hex color #9DDF41 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9DDF41 is #6220BE. Grayscale: #B9B9B9. Windows color (decimal): -6430911 or 4317085. OLE color: 4317085.

HSL color Cylindrical-coordinate representation of color #9DDF41: hue angle of 85.06º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #9DDF41 is Cyan = 0.30, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.13.

Color convert

RGB 157 223 65 -
CMYK 0.30 0 0.71 0.13
HSL 85.06º 0.71% 0.56% -
HSV(B) 85.06º 0.71% 0.87% -
XYZ 41.25 60.33 14.47 -
YUV 185.25 60.13 107.85 -
System Red Green Blue C M Y K H S L
Decimal 157 223 65 0.30 0 0.71 0.13 85.06 0.71 0.56
Hex 9D DF 41 1E 0 47 D 55 47 38
Octal 235 337 101 36 0 107 15 125 107 70
Binary 10011101 11011111 1000001 11110 0 1000111 1101 1010101 1000111 111000

Color Harmonies of #9DDF41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DDF41

Black with #9DDF41

Text Example


Text Example

White with #9DDF41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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