Html Css Color HEX #95DB46 Atlantis

📋 copy color: '#95DB46'

red 149 ◦ green 219 ◦ blue 70

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

Shades of Atlantis #95DB46

Tints of Atlantis #95DB46

RGB

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

 GREEN value IS 219 (85.94% from 255) = 50%

 BLUE value IS 70 (27.73% from 255) = 15.98%

R = 34.02%
G = 50%
B = 15.98%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.68

 K value IS 0.14

RGB Variations

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

Color information

#95DB46 (or 0x95DB46) is known color: Atlantis. HEX triplet: 95, DB and 46. RGB value is (149,219,70). Sum of RGB (Red+Green+Blue) = 149+219+70=438 (58% of max value = 765). Red value is 149 (58.59% from 255 or 34.02% from 438); Green value is 219 (85.94% from 255 or 50% from 438); Blue value is 70 (27.73% from 255 or 15.98% from 438); Max value from RGB is 219 - color contains mainly: green. Hex color #95DB46 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #95DB46 is #6A24B9. Grayscale: #B5B5B5. Windows color (decimal): -6956218 or 4643733. OLE color: 4643733.

HSL color Cylindrical-coordinate representation of color #95DB46: hue angle of 88.19º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #95DB46 is Cyan = 0.32, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.14.

Color convert

RGB 149 219 70 -
CMYK 0.32 0 0.68 0.14
HSL 88.19º 0.67% 0.57% -
HSV(B) 88.19º 0.68% 0.86% -
XYZ 38.83 57.49 14.85 -
YUV 181.08 65.31 105.12 -
System Red Green Blue C M Y K H S L
Decimal 149 219 70 0.32 0 0.68 0.14 88.19 0.67 0.57
Hex 95 DB 46 20 0 44 E 58 43 39
Octal 225 333 106 40 0 104 16 130 103 71
Binary 10010101 11011011 1000110 100000 0 1000100 1110 1011000 1000011 111001

Color Harmonies of #95DB46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95DB46

Black with #95DB46

Text Example


Text Example

White with #95DB46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,219,70); }

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

background-color css

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

 a { background-color: rgb(149,219,70); }

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

border-color css

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

 span { border-color: rgb(149,219,70); }

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