Html Css Color HEX #95C840 Atlantis

📋 copy color: '#95C840'

red 149 ◦ green 200 ◦ blue 64

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

Shades of Atlantis #95C840

Tints of Atlantis #95C840

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 15.5%

R = 36.08%
G = 48.43%
B = 15.5%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.68

 K value IS 0.22

RGB Variations

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

Color information

#95C840 (or 0x95C840) is known color: Atlantis. HEX triplet: 95, C8 and 40. RGB value is (149,200,64). Sum of RGB (Red+Green+Blue) = 149+200+64=413 (54% of max value = 765). Red value is 149 (58.59% from 255 or 36.08% from 413); Green value is 200 (78.52% from 255 or 48.43% from 413); Blue value is 64 (25.39% from 255 or 15.50% from 413); Max value from RGB is 200 - color contains mainly: green. Hex color #95C840 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #95C840 is #6A37BF. Grayscale: #A9A9A9. Windows color (decimal): -6961088 or 4245653. OLE color: 4245653.

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

Color convert

RGB 149 200 64 -
CMYK 0.26 0 0.68 0.22
HSL 82.5º 0.55% 0.52% -
HSV(B) 82.5º 0.68% 0.78% -
XYZ 33.97 48.07 12.34 -
YUV 169.25 68.6 113.56 -
System Red Green Blue C M Y K H S L
Decimal 149 200 64 0.26 0 0.68 0.22 82.5 0.55 0.52
Hex 95 C8 40 1A 0 44 16 52 37 34
Octal 225 310 100 32 0 104 26 122 67 64
Binary 10010101 11001000 1000000 11010 0 1000100 10110 1010010 110111 110100

Color Harmonies of #95C840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95C840

Black with #95C840

Text Example


Text Example

White with #95C840

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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