Html Css Color HEX #95DD4F Atlantis

📋 copy color: '#95DD4F'

red 149 ◦ green 221 ◦ blue 79

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

Shades of Atlantis #95DD4F

Tints of Atlantis #95DD4F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 17.59%

R = 33.18%
G = 49.22%
B = 17.59%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.64

 K value IS 0.13

RGB Variations

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

Color information

#95DD4F (or 0x95DD4F) is known color: Atlantis. HEX triplet: 95, DD and 4F. RGB value is (149,221,79). Sum of RGB (Red+Green+Blue) = 149+221+79=449 (59% of max value = 765). Red value is 149 (58.59% from 255 or 33.18% from 449); Green value is 221 (86.72% from 255 or 49.22% from 449); Blue value is 79 (31.25% from 255 or 17.59% from 449); Max value from RGB is 221 - color contains mainly: green. Hex color #95DD4F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95DD4F is #6A22B0. Grayscale: #B7B7B7. Windows color (decimal): -6955697 or 5234069. OLE color: 5234069.

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

Color convert

RGB 149 221 79 -
CMYK 0.33 0 0.64 0.13
HSL 90.42º 0.68% 0.59% -
HSV(B) 90.42º 0.64% 0.87% -
XYZ 39.66 58.67 16.63 -
YUV 183.28 69.15 103.55 -
System Red Green Blue C M Y K H S L
Decimal 149 221 79 0.33 0 0.64 0.13 90.42 0.68 0.59
Hex 95 DD 4F 21 0 40 D 5A 44 3B
Octal 225 335 117 41 0 100 15 132 104 73
Binary 10010101 11011101 1001111 100001 0 1000000 1101 1011010 1000100 111011

Color Harmonies of #95DD4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95DD4F

Black with #95DD4F

Text Example


Text Example

White with #95DD4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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