Html Css Color HEX #95C83D Atlantis

📋 copy color: '#95C83D'

red 149 ◦ green 200 ◦ blue 61

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

Shades of Atlantis #95C83D

Tints of Atlantis #95C83D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 14.88%

R = 36.34%
G = 48.78%
B = 14.88%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.69

 K value IS 0.22

RGB Variations

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

Color information

#95C83D (or 0x95C83D) is known color: Atlantis. HEX triplet: 95, C8 and 3D. RGB value is (149,200,61). Sum of RGB (Red+Green+Blue) = 149+200+61=410 (54% of max value = 765). Red value is 149 (58.59% from 255 or 36.34% from 410); Green value is 200 (78.52% from 255 or 48.78% from 410); Blue value is 61 (24.22% from 255 or 14.88% from 410); Max value from RGB is 200 - color contains mainly: green. Hex color #95C83D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #95C83D is #6A37C2. Grayscale: #A9A9A9. Windows color (decimal): -6961091 or 4049045. OLE color: 4049045.

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

Color convert

RGB 149 200 61 -
CMYK 0.26 0 0.69 0.22
HSL 82.01º 0.56% 0.51% -
HSV(B) 82.01º 0.7% 0.78% -
XYZ 33.89 48.04 11.9 -
YUV 168.91 67.1 113.8 -
System Red Green Blue C M Y K H S L
Decimal 149 200 61 0.26 0 0.69 0.22 82.01 0.56 0.51
Hex 95 C8 3D 1A 0 45 16 52 38 33
Octal 225 310 75 32 0 105 26 122 70 63
Binary 10010101 11001000 111101 11010 0 1000101 10110 1010010 111000 110011

Color Harmonies of #95C83D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95C83D

Black with #95C83D

Text Example


Text Example

White with #95C83D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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