Html Css Color HEX #95D643 Atlantis

📋 copy color: '#95D643'

red 149 ◦ green 214 ◦ blue 67

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

Shades of Atlantis #95D643

Tints of Atlantis #95D643

RGB

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

 GREEN value IS 214 (83.98% from 255) = 49.77%

 BLUE value IS 67 (26.56% from 255) = 15.58%

R = 34.65%
G = 49.77%
B = 15.58%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.69

 K value IS 0.16

RGB Variations

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

Color information

#95D643 (or 0x95D643) is known color: Atlantis. HEX triplet: 95, D6 and 43. RGB value is (149,214,67). Sum of RGB (Red+Green+Blue) = 149+214+67=430 (56% of max value = 765). Red value is 149 (58.59% from 255 or 34.65% from 430); Green value is 214 (83.98% from 255 or 49.77% from 430); Blue value is 67 (26.56% from 255 or 15.58% from 430); Max value from RGB is 214 - color contains mainly: green. Hex color #95D643 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #95D643 is #6A29BC. Grayscale: #B2B2B2. Windows color (decimal): -6957501 or 4445845. OLE color: 4445845.

HSL color Cylindrical-coordinate representation of color #95D643: hue angle of 86.53º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #95D643 is Cyan = 0.30, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.16.

Color convert

RGB 149 214 67 -
CMYK 0.30 0 0.69 0.16
HSL 86.53º 0.64% 0.55% -
HSV(B) 86.53º 0.69% 0.84% -
XYZ 37.45 54.89 13.93 -
YUV 177.81 65.47 107.45 -
System Red Green Blue C M Y K H S L
Decimal 149 214 67 0.30 0 0.69 0.16 86.53 0.64 0.55
Hex 95 D6 43 1E 0 45 10 57 40 37
Octal 225 326 103 36 0 105 20 127 100 67
Binary 10010101 11010110 1000011 11110 0 1000101 10000 1010111 1000000 110111

Color Harmonies of #95D643

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95D643

Black with #95D643

Text Example


Text Example

White with #95D643

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,214,67); }

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

background-color css

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

 a { background-color: rgb(149,214,67); }

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

border-color css

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

 span { border-color: rgb(149,214,67); }

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