Html Css Color HEX #95D337 Atlantis

📋 copy color: '#95D337'

red 149 ◦ green 211 ◦ blue 55

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

Shades of Atlantis #95D337

Tints of Atlantis #95D337

RGB

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

 GREEN value IS 211 (82.81% from 255) = 50.84%

 BLUE value IS 55 (21.88% from 255) = 13.25%

R = 35.9%
G = 50.84%
B = 13.25%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.74

 K value IS 0.17

RGB Variations

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

Color information

#95D337 (or 0x95D337) is known color: Atlantis. HEX triplet: 95, D3 and 37. RGB value is (149,211,55). Sum of RGB (Red+Green+Blue) = 149+211+55=415 (54% of max value = 765). Red value is 149 (58.59% from 255 or 35.90% from 415); Green value is 211 (82.81% from 255 or 50.84% from 415); Blue value is 55 (21.88% from 255 or 13.25% from 415); Max value from RGB is 211 - color contains mainly: green. Hex color #95D337 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #95D337 is #6A2CC8. Grayscale: #AFAFAF. Windows color (decimal): -6958281 or 3658645. OLE color: 3658645.

HSL color Cylindrical-coordinate representation of color #95D337: hue angle of 83.85º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #95D337 is Cyan = 0.29, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.17.

Color convert

RGB 149 211 55 -
CMYK 0.29 0 0.74 0.17
HSL 83.85º 0.64% 0.52% -
HSV(B) 83.85º 0.74% 0.83% -
XYZ 36.38 53.25 11.98 -
YUV 174.68 60.46 109.68 -
System Red Green Blue C M Y K H S L
Decimal 149 211 55 0.29 0 0.74 0.17 83.85 0.64 0.52
Hex 95 D3 37 1D 0 4A 11 54 40 34
Octal 225 323 67 35 0 112 21 124 100 64
Binary 10010101 11010011 110111 11101 0 1001010 10001 1010100 1000000 110100

Color Harmonies of #95D337

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95D337

Black with #95D337

Text Example


Text Example

White with #95D337

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,211,55); }

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

background-color css

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

 a { background-color: rgb(149,211,55); }

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

border-color css

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

 span { border-color: rgb(149,211,55); }

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