Html Css Color HEX #95C83B Atlantis

📋 copy color: '#95C83B'

red 149 ◦ green 200 ◦ blue 59

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

Shades of Atlantis #95C83B

Tints of Atlantis #95C83B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 14.46%

R = 36.52%
G = 49.02%
B = 14.46%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.70

 K value IS 0.22

RGB Variations

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

Color information

#95C83B (or 0x95C83B) is known color: Atlantis. HEX triplet: 95, C8 and 3B. RGB value is (149,200,59). Sum of RGB (Red+Green+Blue) = 149+200+59=408 (54% of max value = 765). Red value is 149 (58.59% from 255 or 36.52% from 408); Green value is 200 (78.52% from 255 or 49.02% from 408); Blue value is 59 (23.44% from 255 or 14.46% from 408); Max value from RGB is 200 - color contains mainly: green. Hex color #95C83B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #95C83B is #6A37C4. Grayscale: #A9A9A9. Windows color (decimal): -6961093 or 3917973. OLE color: 3917973.

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

Color convert

RGB 149 200 59 -
CMYK 0.26 0 0.70 0.22
HSL 81.7º 0.56% 0.51% -
HSV(B) 81.7º 0.71% 0.78% -
XYZ 33.84 48.01 11.62 -
YUV 168.68 66.1 113.96 -
System Red Green Blue C M Y K H S L
Decimal 149 200 59 0.26 0 0.70 0.22 81.7 0.56 0.51
Hex 95 C8 3B 1A 0 46 16 52 38 33
Octal 225 310 73 32 0 106 26 122 70 63
Binary 10010101 11001000 111011 11010 0 1000110 10110 1010010 111000 110011

Color Harmonies of #95C83B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95C83B

Black with #95C83B

Text Example


Text Example

White with #95C83B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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