Html Css Color HEX #95DD39 Atlantis

📋 copy color: '#95DD39'

red 149 ◦ green 221 ◦ blue 57

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

Shades of Atlantis #95DD39

Tints of Atlantis #95DD39

RGB

 RED value IS 149 (58.59% from 255) = 34.89%

 GREEN value IS 221 (86.72% from 255) = 51.76%

 BLUE value IS 57 (22.66% from 255) = 13.35%

R = 34.89%
G = 51.76%
B = 13.35%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.74

 K value IS 0.13

RGB Variations

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

Color information

#95DD39 (or 0x95DD39) is known color: Atlantis. HEX triplet: 95, DD and 39. RGB value is (149,221,57). Sum of RGB (Red+Green+Blue) = 149+221+57=427 (56% of max value = 765). Red value is 149 (58.59% from 255 or 34.89% from 427); Green value is 221 (86.72% from 255 or 51.76% from 427); Blue value is 57 (22.66% from 255 or 13.35% from 427); Max value from RGB is 221 - color contains mainly: green. Hex color #95DD39 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #95DD39 is #6A22C6. Grayscale: #B5B5B5. Windows color (decimal): -6955719 or 3792277. OLE color: 3792277.

HSL color Cylindrical-coordinate representation of color #95DD39: hue angle of 86.34º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #95DD39 is Cyan = 0.33, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.13.

Color convert

RGB 149 221 57 -
CMYK 0.33 0 0.74 0.13
HSL 86.34º 0.71% 0.55% -
HSV(B) 86.34º 0.74% 0.87% -
XYZ 38.99 58.4 13.09 -
YUV 180.78 58.15 105.34 -
System Red Green Blue C M Y K H S L
Decimal 149 221 57 0.33 0 0.74 0.13 86.34 0.71 0.55
Hex 95 DD 39 21 0 4A D 56 47 37
Octal 225 335 71 41 0 112 15 126 107 67
Binary 10010101 11011101 111001 100001 0 1001010 1101 1010110 1000111 110111

Color Harmonies of #95DD39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95DD39

Black with #95DD39

Text Example


Text Example

White with #95DD39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95DD39; }

 p { color: rgb(149,221,57); }

 H1.HeaderClassName
 {
   color: #95DD39;
 }
 .AnyTagClassName
 {
   color: #95DD39;
 }
</style>

background-color css

<style>
 a { background-color: #95DD39; }

 a { background-color: rgb(149,221,57); }

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

border-color css

<style>
 span { border-color: #95DD39; }

 span { border-color: rgb(149,221,57); }

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