Html Css Color HEX #9DDF3F Atlantis

📋 copy color: '#9DDF3F'

red 157 ◦ green 223 ◦ blue 63

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

Shades of Atlantis #9DDF3F

Tints of Atlantis #9DDF3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 14.22%

R = 35.44%
G = 50.34%
B = 14.22%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.72

 K value IS 0.13

RGB Variations

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

Color information

#9DDF3F (or 0x9DDF3F) is known color: Atlantis. HEX triplet: 9D, DF and 3F. RGB value is (157,223,63). Sum of RGB (Red+Green+Blue) = 157+223+63=443 (58% of max value = 765). Red value is 157 (61.72% from 255 or 35.44% from 443); Green value is 223 (87.5% from 255 or 50.34% from 443); Blue value is 63 (25% from 255 or 14.22% from 443); Max value from RGB is 223 - color contains mainly: green. Hex color #9DDF3F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9DDF3F is #6220C0. Grayscale: #B9B9B9. Windows color (decimal): -6430913 or 4186013. OLE color: 4186013.

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

Color convert

RGB 157 223 63 -
CMYK 0.30 0 0.72 0.13
HSL 84.75º 0.71% 0.56% -
HSV(B) 84.75º 0.72% 0.87% -
XYZ 41.19 60.3 14.17 -
YUV 185.03 59.13 108.01 -
System Red Green Blue C M Y K H S L
Decimal 157 223 63 0.30 0 0.72 0.13 84.75 0.71 0.56
Hex 9D DF 3F 1E 0 48 D 55 47 38
Octal 235 337 77 36 0 110 15 125 107 70
Binary 10011101 11011111 111111 11110 0 1001000 1101 1010101 1000111 111000

Color Harmonies of #9DDF3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DDF3F

Black with #9DDF3F

Text Example


Text Example

White with #9DDF3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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