Html Css Color HEX #95C850 Atlantis

📋 copy color: '#95C850'

red 149 ◦ green 200 ◦ blue 80

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

Shades of Atlantis #95C850

Tints of Atlantis #95C850

RGB

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

 GREEN value IS 200 (78.52% from 255) = 46.62%

 BLUE value IS 80 (31.64% from 255) = 18.65%

R = 34.73%
G = 46.62%
B = 18.65%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.6

 K value IS 0.22

RGB Variations

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

Color information

#95C850 (or 0x95C850) is known color: Atlantis. HEX triplet: 95, C8 and 50. RGB value is (149,200,80). Sum of RGB (Red+Green+Blue) = 149+200+80=429 (56% of max value = 765). Red value is 149 (58.59% from 255 or 34.73% from 429); Green value is 200 (78.52% from 255 or 46.62% from 429); Blue value is 80 (31.64% from 255 or 18.65% from 429); Max value from RGB is 200 - color contains mainly: green. Hex color #95C850 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95C850 is #6A37AF. Grayscale: #ABABAB. Windows color (decimal): -6961072 or 5294229. OLE color: 5294229.

HSL color Cylindrical-coordinate representation of color #95C850: hue angle of 85.5º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #95C850 is Cyan = 0.26, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.22.

Color convert

RGB 149 200 80 -
CMYK 0.26 0 0.6 0.22
HSL 85.5º 0.52% 0.55% -
HSV(B) 85.5º 0.6% 0.78% -
XYZ 34.5 48.28 15.09 -
YUV 171.07 76.6 112.26 -
System Red Green Blue C M Y K H S L
Decimal 149 200 80 0.26 0 0.6 0.22 85.5 0.52 0.55
Hex 95 C8 50 1A 0 3C 16 56 34 37
Octal 225 310 120 32 0 74 26 126 64 67
Binary 10010101 11001000 1010000 11010 0 111100 10110 1010110 110100 110111

Color Harmonies of #95C850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95C850

Black with #95C850

Text Example


Text Example

White with #95C850

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,200,80); }

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

background-color css

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

 a { background-color: rgb(149,200,80); }

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

border-color css

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

 span { border-color: rgb(149,200,80); }

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