Html Css Color HEX #9DDF35 Atlantis

📋 copy color: '#9DDF35'

red 157 ◦ green 223 ◦ blue 53

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

Shades of Atlantis #9DDF35

Tints of Atlantis #9DDF35

RGB

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

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

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

R = 36.26%
G = 51.5%
B = 12.24%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.76

 K value IS 0.13

RGB Variations

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

Color information

#9DDF35 (or 0x9DDF35) is known color: Atlantis. HEX triplet: 9D, DF and 35. RGB value is (157,223,53). Sum of RGB (Red+Green+Blue) = 157+223+53=433 (57% of max value = 765). Red value is 157 (61.72% from 255 or 36.26% from 433); Green value is 223 (87.5% from 255 or 51.50% from 433); Blue value is 53 (21.09% from 255 or 12.24% from 433); Max value from RGB is 223 - color contains mainly: green. Hex color #9DDF35 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9DDF35 is #6220CA. Grayscale: #B8B8B8. Windows color (decimal): -6430923 or 3530653. OLE color: 3530653.

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

Color convert

RGB 157 223 53 -
CMYK 0.30 0 0.76 0.13
HSL 83.29º 0.73% 0.54% -
HSV(B) 83.29º 0.76% 0.87% -
XYZ 40.93 60.2 12.83 -
YUV 183.89 54.13 108.82 -
System Red Green Blue C M Y K H S L
Decimal 157 223 53 0.30 0 0.76 0.13 83.29 0.73 0.54
Hex 9D DF 35 1E 0 4C D 53 49 36
Octal 235 337 65 36 0 114 15 123 111 66
Binary 10011101 11011111 110101 11110 0 1001100 1101 1010011 1001001 110110

Color Harmonies of #9DDF35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DDF35

Black with #9DDF35

Text Example


Text Example

White with #9DDF35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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